diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-03-27 00:13:33 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-03-27 00:24:08 +0200 |
| commit | 6620211bff5dca7df0667cf9220da1a9e7ce079c (patch) | |
| tree | 88cf82a99f61bce0279110aac8245f97db3c0340 /indra/llinventory/llsettingsbase.cpp | |
| parent | a7849c6ec4fa31597121e7c8601fe427e222db0b (diff) | |
SL-12911 Add Debug setting EnvironmentPersistAcrossLogin
Diffstat (limited to 'indra/llinventory/llsettingsbase.cpp')
| -rw-r--r-- | indra/llinventory/llsettingsbase.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llinventory/llsettingsbase.cpp b/indra/llinventory/llsettingsbase.cpp index ec26959718..61b59e35aa 100644 --- a/indra/llinventory/llsettingsbase.cpp +++ b/indra/llinventory/llsettingsbase.cpp @@ -39,6 +39,7 @@ namespace } const LLSettingsBase::TrackPosition LLSettingsBase::INVALID_TRACKPOS(-1.0); +const std::string LLSettingsBase::DEFAULT_SETTINGS_NAME("_default_"); //========================================================================= std::ostream &operator <<(std::ostream& os, LLSettingsBase &settings) |
