Browse Source

Trying to fix Travis compilation issues

Ivan Savenko 11 years ago
parent
commit
8838607669
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/widgets/Buttons.h

+ 1 - 1
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;
 };