diff options
Diffstat (limited to 'linden/indra/newview/llviewercontrol.h')
-rw-r--r-- | linden/indra/newview/llviewercontrol.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/linden/indra/newview/llviewercontrol.h b/linden/indra/newview/llviewercontrol.h index 06d666e..4be4313 100644 --- a/linden/indra/newview/llviewercontrol.h +++ b/linden/indra/newview/llviewercontrol.h | |||
@@ -72,8 +72,7 @@ extern LLControlGroup gCrashSettings; | |||
72 | extern LLString gLastRunVersion; | 72 | extern LLString gLastRunVersion; |
73 | extern LLString gCurrentVersion; | 73 | extern LLString gCurrentVersion; |
74 | 74 | ||
75 | extern char gSettingsFileName[LL_MAX_PATH]; | 75 | extern LLString gSettingsFileName; |
76 | extern char gPerAccountSettingsFileName[LL_MAX_PATH]; | 76 | extern LLString gPerAccountSettingsFileName; |
77 | extern const char *DEFAULT_SETTINGS_FILE; | ||
78 | 77 | ||
79 | #endif // LL_LLVIEWERCONTROL_H | 78 | #endif // LL_LLVIEWERCONTROL_H |