diff options
author | Ima Mechanique <ima.mechanique@secondlife.com> | 2013-11-10 17:39:34 +0000 |
---|---|---|
committer | Ima Mechanique <ima.mechanique@secondlife.com> | 2013-11-10 17:39:34 +0000 |
commit | a4c5b5c416e9a289fa2caa6d61d05e1f68605b5a (patch) | |
tree | 58980b0e60a2539adf6ab6099159e22917fa1c95 /indra/newview | |
parent | bea2e9822b52b66e3644925143b852526c669248 (diff) |
Fixing missing parenthesis.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llsyntaxid.cpp | 2 |
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 { |