summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorJonathan Yap <jhwelch@gmail.com>2018-01-13 12:18:40 -0500
committerJonathan Yap <jhwelch@gmail.com>2018-01-13 12:18:40 -0500
commit527388694a8bb3f3c3bf1510e1e79562dd426385 (patch)
treea693760373ac1f7f34443b78068b6e5014a4af00 /indra/llui
parent1e586749efeeb8c40503330572680a8709ae5487 (diff)
STORM-2145 Added a small floater
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llfloater.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp
index e5fe6967d1..663d96bdd4 100644
--- a/indra/llui/llfloater.cpp
+++ b/indra/llui/llfloater.cpp
@@ -64,6 +64,8 @@
// use this to control "jumping" behavior when Ctrl-Tabbing
const S32 TABBED_FLOATER_OFFSET = 0;
+extern LLControlGroup gSavedSettings;
+
namespace LLInitParam
{
void TypeValues<LLFloaterEnums::EOpenPositioning>::declareValues()