diff options
Diffstat (limited to 'indra/test/llmessagetemplateparser_tut.cpp')
-rw-r--r-- | indra/test/llmessagetemplateparser_tut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/test/llmessagetemplateparser_tut.cpp b/indra/test/llmessagetemplateparser_tut.cpp index e9988be68f..e2680e315f 100644 --- a/indra/test/llmessagetemplateparser_tut.cpp +++ b/indra/test/llmessagetemplateparser_tut.cpp @@ -56,7 +56,7 @@ namespace tut char * prehash(const char * name) { - return gMessageStringTable.getString(name); + return LLMessageStringTable::getInstance()->getString(name); } void ensure_block_attributes(std::string identifier, |