diff options
Diffstat (limited to 'indra/newview/llsearchcombobox.h')
-rw-r--r-- | indra/newview/llsearchcombobox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llsearchcombobox.h b/indra/newview/llsearchcombobox.h index 38f9a5a26b..c23ebc8923 100644 --- a/indra/newview/llsearchcombobox.h +++ b/indra/newview/llsearchcombobox.h @@ -63,6 +63,8 @@ public: */ void clearHistory(); + /*virtual*/ BOOL handleKeyHere(KEY key, MASK mask); + ~LLSearchComboBox(); protected: |