summaryrefslogtreecommitdiff
path: root/indra/test/llmessagetemplateparser_tut.cpp
diff options
context:
space:
mode:
authorSteven Bennetts <steve@lindenlab.com>2008-04-01 17:45:04 +0000
committerSteven Bennetts <steve@lindenlab.com>2008-04-01 17:45:04 +0000
commit941cb9f4124c9ccfd5c845bc94639fa46df12c3d (patch)
treee0f525e7bd6cc76d89b2df69c6f1554d191561e8 /indra/test/llmessagetemplateparser_tut.cpp
parentecec626dec93524f7ef5831a5ba344d6449b99bc (diff)
merge release@83343 skinning-1-merge@83714 -> release
QAR-424
Diffstat (limited to 'indra/test/llmessagetemplateparser_tut.cpp')
-rw-r--r--indra/test/llmessagetemplateparser_tut.cpp2
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,