diff options
Diffstat (limited to 'linden/indra/newview/llfloaternamedesc.h')
-rw-r--r-- | linden/indra/newview/llfloaternamedesc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloaternamedesc.h b/linden/indra/newview/llfloaternamedesc.h index ac9c894..9cb0488 100644 --- a/linden/indra/newview/llfloaternamedesc.h +++ b/linden/indra/newview/llfloaternamedesc.h | |||
@@ -54,8 +54,8 @@ protected: | |||
54 | protected: | 54 | protected: |
55 | BOOL mIsAudio; | 55 | BOOL mIsAudio; |
56 | 56 | ||
57 | LLString mFilenameAndPath; | 57 | std::string mFilenameAndPath; |
58 | LLString mFilename; | 58 | std::string mFilename; |
59 | 59 | ||
60 | static void onBtnOK(void*); | 60 | static void onBtnOK(void*); |
61 | static void onBtnCancel(void*); | 61 | static void onBtnCancel(void*); |