diff options
author | Jonathan Yap <jhwelch@gmail.com> | 2018-01-13 12:18:40 -0500 |
---|---|---|
committer | Jonathan Yap <jhwelch@gmail.com> | 2018-01-13 12:18:40 -0500 |
commit | 527388694a8bb3f3c3bf1510e1e79562dd426385 (patch) | |
tree | a693760373ac1f7f34443b78068b6e5014a4af00 /indra/llui | |
parent | 1e586749efeeb8c40503330572680a8709ae5487 (diff) |
STORM-2145 Added a small floater
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llfloater.cpp | 2 |
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() |