summaryrefslogtreecommitdiff
path: root/indra/newview/llviewergesture.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llviewergesture.h')
-rw-r--r--indra/newview/llviewergesture.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llviewergesture.h b/indra/newview/llviewergesture.h
index fea0778b1c..5b08a487f0 100644
--- a/indra/newview/llviewergesture.h
+++ b/indra/newview/llviewergesture.h
@@ -65,9 +65,9 @@ public:
//void requestFromServer();
bool getIsLoaded() { return mIsLoaded; }
- //void requestResetFromServer( BOOL is_male );
+ //void requestResetFromServer( bool is_male );
- // See if the prefix matches any gesture. If so, return TRUE
+ // See if the prefix matches any gesture. If so, return true
// and place the full text of the gesture trigger into
// output_str
bool matchPrefix(const std::string& in_str, std::string* out_str);