summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2018-02-27 12:27:21 -0800
committerRider Linden <rider@lindenlab.com>2018-02-27 12:27:21 -0800
commit09a8b0e501bd0b204eceb43b7103bd1324302806 (patch)
tree727bcc19c8c06f10c200d188b9ffee2effeb2eb7
parentedc12edaae2333810161fadc787920b252e5fec1 (diff)
Need to bring the mac in...
-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 3382716577..901c8dbe8e 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);