diff options
Diffstat (limited to 'indra/newview/llchatbar.h')
-rw-r--r-- | indra/newview/llchatbar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llchatbar.h b/indra/newview/llchatbar.h index f677218dc1..c5cb741453 100644 --- a/indra/newview/llchatbar.h +++ b/indra/newview/llchatbar.h @@ -53,7 +53,7 @@ public: ~LLChatBar(); virtual BOOL postBuild(); - virtual BOOL handleKeyHere(KEY key, MASK mask, BOOL called_from_parent); + virtual BOOL handleKeyHere(KEY key, MASK mask); void refresh(); void refreshGestures(); |