summaryrefslogtreecommitdiff
path: root/indra/newview/llchathistory.h
diff options
context:
space:
mode:
authorJeff (Gioffredo Linden) <gioffredo@lindenlab.com>2012-10-16 15:22:42 -0400
committerJeff (Gioffredo Linden) <gioffredo@lindenlab.com>2012-10-16 15:22:42 -0400
commit337cd3aa9d8a8beaebd35ec6b53f09709e35a4d4 (patch)
treef5a38832d7b725576165455da6b8817b411380d8 /indra/newview/llchathistory.h
parent5f4fbffc82ae755235ead5e1b5883cc909e77e77 (diff)
Make getValue const to fix Windows builds - and be more robust
Diffstat (limited to 'indra/newview/llchathistory.h')
-rw-r--r--indra/newview/llchathistory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llchathistory.h b/indra/newview/llchathistory.h
index effdd75911..b65d222b53 100644
--- a/indra/newview/llchathistory.h
+++ b/indra/newview/llchathistory.h
@@ -103,7 +103,7 @@ class LLChatHistory : public LLUICtrl
public:
~LLChatHistory();
- LLSD getValue();
+ const LLSD getValue();
void initFromParams(const Params&);
/**