diff options
Diffstat (limited to 'linden/indra/newview/llviewercontrol.h')
-rw-r--r-- | linden/indra/newview/llviewercontrol.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewercontrol.h b/linden/indra/newview/llviewercontrol.h index d9a2682..4324c38 100644 --- a/linden/indra/newview/llviewercontrol.h +++ b/linden/indra/newview/llviewercontrol.h | |||
@@ -4,6 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Copyright (c) 2001-2007, Linden Research, Inc. | 5 | * Copyright (c) 2001-2007, Linden Research, Inc. |
6 | * | 6 | * |
7 | * Second Life Viewer Source Code | ||
7 | * The source code in this file ("Source Code") is provided by Linden Lab | 8 | * The source code in this file ("Source Code") is provided by Linden Lab |
8 | * to you under the terms of the GNU General Public License, version 2.0 | 9 | * to you under the terms of the GNU General Public License, version 2.0 |
9 | * ("GPL"), unless you have obtained a separate licensing agreement | 10 | * ("GPL"), unless you have obtained a separate licensing agreement |
@@ -55,7 +56,7 @@ protected: | |||
55 | 56 | ||
56 | //setting variables are declared in this function | 57 | //setting variables are declared in this function |
57 | void declare_settings(); | 58 | void declare_settings(); |
58 | void settings_version_fixup(); | 59 | void fixup_settings(); |
59 | 60 | ||
60 | // saved at end of session | 61 | // saved at end of session |
61 | extern LLControlGroup gSavedSettings; | 62 | extern LLControlGroup gSavedSettings; |