Wrap BitmapToggleButtonTestCase in a preprocessor check so compilation shouldn't fail on platforms that don't support it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Steve Lamerton
2010-09-05 12:47:46 +00:00
parent 8297e64b31
commit 663a3ae1da

View 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