summaryrefslogtreecommitdiff
path: root/indra/newview/llsearchcombobox.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llsearchcombobox.h')
-rw-r--r--indra/newview/llsearchcombobox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llsearchcombobox.h b/indra/newview/llsearchcombobox.h
index 891237e92e..17787ca5e6 100644
--- a/indra/newview/llsearchcombobox.h
+++ b/indra/newview/llsearchcombobox.h
@@ -50,14 +50,14 @@ public:
/**
* Removes an entry from combo box, case insensitive
*/
- BOOL remove(const std::string& name);
+ bool remove(const std::string& name);
/**
* Clears search history
*/
void clearHistory();
- /*virtual*/ BOOL handleKeyHere(KEY key, MASK mask);
+ /*virtual*/ bool handleKeyHere(KEY key, MASK mask);
~LLSearchComboBox();