summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_search.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG/src/jabber_search.h')
-rw-r--r--protocols/JabberG/src/jabber_search.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/JabberG/src/jabber_search.h b/protocols/JabberG/src/jabber_search.h
index 17843b06a0..5e44b29e71 100644
--- a/protocols/JabberG/src/jabber_search.h
+++ b/protocols/JabberG/src/jabber_search.h
@@ -56,8 +56,8 @@ struct Data
wchar_t *Label;
wchar_t *Var;
wchar_t *defValue;
- BOOL bHidden;
- BOOL bReadOnly;
+ bool bHidden;
+ bool bReadOnly;
int Order;
};