diff options
Diffstat (limited to 'indra/newview/llnameeditor.h')
-rw-r--r-- | indra/newview/llnameeditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnameeditor.h b/indra/newview/llnameeditor.h index 84dd347008..efa2da9fd8 100644 --- a/indra/newview/llnameeditor.h +++ b/indra/newview/llnameeditor.h @@ -57,7 +57,7 @@ protected: public: virtual ~LLNameEditor(); - void setNameID(const LLUUID& name_id, BOOL is_group); + void setNameID(const LLUUID& name_id, bool is_group); void refresh(const LLUUID& id, const std::string& full_name, bool is_group); |