diff options
author | Jeff (Gioffredo Linden) <gioffredo@lindenlab.com> | 2012-10-16 16:08:25 -0400 |
---|---|---|
committer | Jeff (Gioffredo Linden) <gioffredo@lindenlab.com> | 2012-10-16 16:08:25 -0400 |
commit | 86c3a45b6749387991064df6a42b1d046bd9d4d8 (patch) | |
tree | 0ed0faf7b4afa79e96fb0c8b5dc79a6b5d12e82e /indra/newview/llchathistory.h | |
parent | 337cd3aa9d8a8beaebd35ec6b53f09709e35a4d4 (diff) |
Move const kw location
Diffstat (limited to 'indra/newview/llchathistory.h')
-rw-r--r-- | indra/newview/llchathistory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llchathistory.h b/indra/newview/llchathistory.h index b65d222b53..bb6d4fb59c 100644 --- a/indra/newview/llchathistory.h +++ b/indra/newview/llchathistory.h @@ -103,7 +103,7 @@ class LLChatHistory : public LLUICtrl public: ~LLChatHistory(); - const LLSD getValue(); + LLSD getValue() const; void initFromParams(const Params&); /** |