summaryrefslogtreecommitdiff
path: root/indra/llui/tests/llurlentry_stub.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-02-16 18:18:34 -0500
committerOz Linden <oz@lindenlab.com>2011-02-16 18:18:34 -0500
commitbf7801aeec041fd162599b1b394780ef0e32fe9c (patch)
treea752303db33c4c55609aa37379fafe36d50d6360 /indra/llui/tests/llurlentry_stub.cpp
parenteacd9d5d590069b56ae3497a3830c5e299475a4a (diff)
parent4d040e3c5d6eb1f105bf837191e06866ba4bef5b (diff)
merging in latest viewer-development
Diffstat (limited to 'indra/llui/tests/llurlentry_stub.cpp')
-rw-r--r--indra/llui/tests/llurlentry_stub.cpp4
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);