summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorIma Mechanique <ima.mechanique@secondlife.com>2013-11-10 17:39:34 +0000
committerIma Mechanique <ima.mechanique@secondlife.com>2013-11-10 17:39:34 +0000
commita4c5b5c416e9a289fa2caa6d61d05e1f68605b5a (patch)
tree58980b0e60a2539adf6ab6099159e22917fa1c95 /indra/newview
parentbea2e9822b52b66e3644925143b852526c669248 (diff)
Fixing missing parenthesis.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llsyntaxid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsyntaxid.cpp b/indra/newview/llsyntaxid.cpp
index c5960fb16e..2388f1c5ef 100644
--- a/indra/newview/llsyntaxid.cpp
+++ b/indra/newview/llsyntaxid.cpp
@@ -297,7 +297,7 @@ bool LLSyntaxIdLSL::loadKeywordsFileIntoLLSD()
// Is this the right thing to do, or should we leave the old content
// even if it isn't entirely accurate anymore?
- sKeywordsXml = LLSD.emptyMap();
+ sKeywordsXml = LLSD().emptyMap();
}
else
{