aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewercontrol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llviewercontrol.cpp')
-rw-r--r--linden/indra/newview/llviewercontrol.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llviewercontrol.cpp b/linden/indra/newview/llviewercontrol.cpp
index de89965..86e58d1 100644
--- a/linden/indra/newview/llviewercontrol.cpp
+++ b/linden/indra/newview/llviewercontrol.cpp
@@ -57,8 +57,8 @@ LLControlGroup gCrashSettings; // saved at end of session
57LLString gLastRunVersion; 57LLString gLastRunVersion;
58LLString gCurrentVersion; 58LLString gCurrentVersion;
59 59
60char gSettingsFileName[LL_MAX_PATH]; 60LLString gSettingsFileName;
61char gPerAccountSettingsFileName[LL_MAX_PATH] = ""; 61LLString gPerAccountSettingsFileName;
62 62
63LLFloaterSettingsDebug::LLFloaterSettingsDebug() : LLFloater("Configuration Editor") 63LLFloaterSettingsDebug::LLFloaterSettingsDebug() : LLFloater("Configuration Editor")
64{ 64{