From b18c9578b58ed7f98cd162adcecbf9df253263c9 Mon Sep 17 00:00:00 2001 From: Ima Mechanique Date: Thu, 19 Dec 2013 04:27:28 +0000 Subject: Fixing loading of default keywords file when nothing has been previously loaded. --- indra/newview/llsyntaxid.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llsyntaxid.h') 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; } -- cgit v1.2.3