diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llui/llalertdialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/llui/llalertdialog.h b/linden/indra/llui/llalertdialog.h index acd0b7f..ddf4112 100644 --- a/linden/indra/llui/llalertdialog.h +++ b/linden/indra/llui/llalertdialog.h | |||
@@ -135,6 +135,9 @@ public: | |||
135 | static LLControlGroup* sSettings; | 135 | static LLControlGroup* sSettings; |
136 | static std::map<LLString, LLAlertDialog*> sUniqueActiveMap; | 136 | static std::map<LLString, LLAlertDialog*> sUniqueActiveMap; |
137 | static display_callback_t sDisplayCallback; | 137 | static display_callback_t sDisplayCallback; |
138 | |||
139 | static LLString sStringSkipNextTime; | ||
140 | static LLString sStringAlwaysChoose; | ||
138 | }; | 141 | }; |
139 | 142 | ||
140 | //============================================================================ | 143 | //============================================================================ |