]> git.saurik.com Git - wxWidgets.git/commitdiff
Wrap BitmapToggleButtonTestCase in a preprocessor check so compilation shouldn't...
authorSteve Lamerton <steve.lamerton@gmail.com>
Sun, 5 Sep 2010 12:47:46 +0000 (12:47 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Sun, 5 Sep 2010 12:47:46 +0000 (12:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

tests/controls/bitmaptogglebuttontest.cpp

index a71be54b064e84a000a7630a5926eeb3a5343513..a14230ab4e927b0d3e9cc1f7c838e62b3de4e88e 100644 (file)
@@ -9,6 +9,8 @@
 
 #include "testprec.h"
 
+#if wxUSE_TOGGLEBTN
+
 #ifdef __BORLANDC__
     #pragma hdrstop
 #endif
@@ -113,3 +115,5 @@ void BitmapToggleButtonTestCase::Value()
 
     CPPUNIT_ASSERT_EQUAL( 0, frame->GetEventCount() );
 }
+
+#endif