diff options
author | Jeff (Gioffredo Linden) <gioffredo@lindenlab.com> | 2012-10-12 20:30:06 -0400 |
---|---|---|
committer | Jeff (Gioffredo Linden) <gioffredo@lindenlab.com> | 2012-10-12 20:30:06 -0400 |
commit | 5f4fbffc82ae755235ead5e1b5883cc909e77e77 (patch) | |
tree | d1cb2a623fea44995ef6eeafac7b392ab5edc07c /indra | |
parent | 48c7e2cee70996048b0974c6cdda67cdea11a32c (diff) |
Fix typo
Diffstat (limited to 'indra')
-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 fa88483fcd..effdd75911 100644 --- a/indra/newview/llchathistory.h +++ b/indra/newview/llchathistory.h @@ -103,7 +103,7 @@ class LLChatHistory : public LLUICtrl public: ~LLChatHistory(); - LLSD getVlue(); + LLSD getValue(); void initFromParams(const Params&); /** |