Commit 50085ece authored by Don Gagne's avatar Don Gagne
Browse files

Fix incorrect type

parent aac802a9
......@@ -151,7 +151,7 @@ private:
static const char* _rgFunctionSettingsKey[maxFunction];
static const int _cButtons = 12;
int _rgButtonValues[_cButtons];
bool _rgButtonValues[_cButtons];
int _rgButtonActions[_cButtons];
quint16 _lastButtonBits;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment