summaryrefslogtreecommitdiff
path: root/indra/llprimitive/tests/llmessagesystem_stub.cpp
diff options
context:
space:
mode:
authorBrad Kittenbrink <brad@lindenlab.com>2022-04-27 14:48:25 -0700
committerBrad Kittenbrink <brad@lindenlab.com>2022-04-27 14:48:25 -0700
commitc9fbd9e2e820ce4d5e62468f757ee0502fa93af1 (patch)
tree3614325566aa0e2ed73c29ac0ae3cf097ef91084 /indra/llprimitive/tests/llmessagesystem_stub.cpp
parent030d61ac58be38f9f8aafeb68b383d88d670080b (diff)
SL-17116 work on implementing MaterialID in ExtraParams of ObjectUpdate and related messages
Diffstat (limited to 'indra/llprimitive/tests/llmessagesystem_stub.cpp')
-rw-r--r--indra/llprimitive/tests/llmessagesystem_stub.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llprimitive/tests/llmessagesystem_stub.cpp b/indra/llprimitive/tests/llmessagesystem_stub.cpp
index 04e70945c4..9006833054 100644
--- a/indra/llprimitive/tests/llmessagesystem_stub.cpp
+++ b/indra/llprimitive/tests/llmessagesystem_stub.cpp
@@ -25,7 +25,7 @@
#include "linden_common.h"
-char * _PREHASH_TextureEntry;
+const char * const _PREHASH_TextureEntry = "TextureEntry";
S32 LLMessageSystem::getSizeFast(char const*, char const*) const
{