1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Trying to fix Travis compilation issues

This commit is contained in:
Ivan Savenko 2014-08-11 17:58:34 +03:00
parent cc61ffca73
commit 8838607669

View File

@ -169,7 +169,7 @@ public:
void clickLeft(tribool down, bool previousState) override;
// bring overrides into scope
using CButton::addCallback;
//using CButton::addCallback;
using CToggleBase::addCallback;
};