diff options
author | Oz Linden <oz@lindenlab.com> | 2011-03-27 06:39:42 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-03-27 06:39:42 -0400 |
commit | 5b316df2249fc62c1e6a4f089b9726c4e62f23e0 (patch) | |
tree | 550521651fb4a14124f9c6aed3c9018b29d92920 /indra/llui/tests | |
parent | b7b9a37bc13d40a3caf7ea77d6857c2bb6036e06 (diff) | |
parent | 3df0b60b3ad338a62a27e1492990f15c1393ea03 (diff) |
merge out latest changes from viewer-development
Diffstat (limited to 'indra/llui/tests')
-rw-r--r-- | indra/llui/tests/llurlentry_stub.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/tests/llurlentry_stub.cpp b/indra/llui/tests/llurlentry_stub.cpp index 96ebe83826..966bea329c 100644 --- a/indra/llui/tests/llurlentry_stub.cpp +++ b/indra/llui/tests/llurlentry_stub.cpp @@ -193,8 +193,8 @@ LLFontGL* LLFontGL::getFontDefault() return NULL; } -char* _PREHASH_AgentData = "AgentData"; -char* _PREHASH_AgentID = "AgentID"; +char* _PREHASH_AgentData = (char *)"AgentData"; +char* _PREHASH_AgentID = (char *)"AgentID"; LLHost LLHost::invalid(INVALID_PORT,INVALID_HOST_IP_ADDRESS); |