From 8838607669521a6372bbd575fde8ee8df41a3e5b Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Mon, 11 Aug 2014 17:58:34 +0300 Subject: [PATCH] Trying to fix Travis compilation issues --- client/widgets/Buttons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/widgets/Buttons.h b/client/widgets/Buttons.h index 722cbd2de..7fcd4336f 100644 --- a/client/widgets/Buttons.h +++ b/client/widgets/Buttons.h @@ -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; };