summaryrefslogtreecommitdiff
path: root/indra/newview/llsyntaxid.h
diff options
context:
space:
mode:
authorIma Mechanique <ima.mechanique@secondlife.com>2013-12-19 04:27:28 +0000
committerIma Mechanique <ima.mechanique@secondlife.com>2013-12-19 04:27:28 +0000
commitb18c9578b58ed7f98cd162adcecbf9df253263c9 (patch)
tree438339978f40e1badebdfe457c52ac65fad5232d /indra/newview/llsyntaxid.h
parent86275f22e3003af06c289ef34b5f859113236e4f (diff)
Fixing loading of default keywords file when nothing has been previously loaded.
Diffstat (limited to 'indra/newview/llsyntaxid.h')
-rw-r--r--indra/newview/llsyntaxid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llsyntaxid.h b/indra/newview/llsyntaxid.h
index 3a711d7460..b968dd233d 100644
--- a/indra/newview/llsyntaxid.h
+++ b/indra/newview/llsyntaxid.h
@@ -111,6 +111,7 @@ protected:
std::string buildFileNameNew();
std::string buildFullFileSpec();
void fetchKeywordsFile();
+ void loadDefaultKeywordsIntoLLSD(const std::string message);
bool loadKeywordsIntoLLSD();
void setSyntaxId(LLUUID SyntaxId) { mSyntaxIdCurrent = SyntaxId; }
void setFileNameCurrent(std::string& name) { mFileNameCurrent = name; }