summaryrefslogtreecommitdiff
path: root/indra/llinventory/llsettingsbase.cpp
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2018-06-06 17:10:58 -0700
committerRider Linden <rider@lindenlab.com>2018-06-06 17:10:58 -0700
commitbff5049b9262e703c3ae583962552ea416212e8b (patch)
tree1131b55f7d14e3086841107b4ee4827eb8f683df /indra/llinventory/llsettingsbase.cpp
parent5b4eb9fb93af87cbbe163ad6f87d98362a963389 (diff)
Various editor fixes. Start adding a settings picker.
Diffstat (limited to 'indra/llinventory/llsettingsbase.cpp')
-rw-r--r--indra/llinventory/llsettingsbase.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llinventory/llsettingsbase.cpp b/indra/llinventory/llsettingsbase.cpp
index 76b1e0b2a6..b677eb36df 100644
--- a/indra/llinventory/llsettingsbase.cpp
+++ b/indra/llinventory/llsettingsbase.cpp
@@ -38,6 +38,8 @@ namespace
const LLSettingsBase::TrackPosition BREAK_POINT = 0.5;
}
+const LLSettingsBase::TrackPosition LLSettingsBase::INVALID_TRACKPOS(-1.0);
+
//=========================================================================
std::ostream &operator <<(std::ostream& os, LLSettingsBase &settings)
{