summaryrefslogtreecommitdiff
path: root/indra/llui/llviewereventrecorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llui/llviewereventrecorder.h')
-rw-r--r--indra/llui/llviewereventrecorder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llviewereventrecorder.h b/indra/llui/llviewereventrecorder.h
index 8c41d306ca..9e752e8090 100644
--- a/indra/llui/llviewereventrecorder.h
+++ b/indra/llui/llviewereventrecorder.h
@@ -55,7 +55,7 @@ public:
void logKeyEvent(KEY key, MASK mask);
void logKeyUnicodeEvent(llwchar uni_char);
- void logVisibilityChange(std::string xui, std::string name, BOOL visibility, std::string event_subtype);
+ void logVisibilityChange(std::string xui, std::string name, bool visibility, std::string event_subtype);
void clear_xui();
std::string get_xui();