Use Boolean variable to store Boolean values

This commit is contained in:
Artur Wieczorek
2019-01-08 22:31:05 +01:00
parent a95293d5f9
commit daf33b9b41
2 changed files with 5 additions and 5 deletions

View File

@@ -589,7 +589,7 @@ protected:
unsigned char m_dragStatus;
unsigned char m_onSplitter;
bool m_onSplitter;
bool m_showHeader;