summaryrefslogtreecommitdiff
path: root/indra/llinventory/llsettingsbase.cpp
diff options
context:
space:
mode:
authorGraham Linden graham@lindenlab.com <Graham Linden graham@lindenlab.com>2018-02-28 21:57:19 +0000
committerGraham Linden graham@lindenlab.com <Graham Linden graham@lindenlab.com>2018-02-28 21:57:19 +0000
commitccdf55f4abdbe4ef0944f8c28216d78e259e3cf0 (patch)
tree67276eddc55fd54ab4e523716d0b7033ab9cbfad /indra/llinventory/llsettingsbase.cpp
parentaba5777d747d67db43e03772d30cb50d18d1a5d5 (diff)
parent5621fa48537100d70e8d06b00b6c2577f5c11140 (diff)
Merge
Diffstat (limited to 'indra/llinventory/llsettingsbase.cpp')
-rw-r--r--indra/llinventory/llsettingsbase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llinventory/llsettingsbase.cpp b/indra/llinventory/llsettingsbase.cpp
index 7cedffa507..abe1a1a04a 100644
--- a/indra/llinventory/llsettingsbase.cpp
+++ b/indra/llinventory/llsettingsbase.cpp
@@ -39,7 +39,7 @@ namespace
}
//=========================================================================
-std::ostream &::operator <<(std::ostream& os, LLSettingsBase &settings)
+std::ostream &operator <<(std::ostream& os, LLSettingsBase &settings)
{
LLSDSerialize::serialize(settings.getSettings(), os, LLSDSerialize::LLSD_NOTATION);