]> git.saurik.com Git - wxWidgets.git/commitdiff
Use #if wxUSE_GAUGE instead of #if 1
authorDavid Elliott <dfe@tgwbd.org>
Wed, 26 Mar 2003 19:56:29 +0000 (19:56 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Wed, 26 Mar 2003 19:56:29 +0000 (19:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19816 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/widgets/gauge.cpp

index 8c45ffa26c997a02144b047fd600ea094af0042e..e7d7eba3137139760f55907e4868d943a2ccd89b 100644 (file)
@@ -42,7 +42,7 @@
 #include "wx/sizer.h"
 
 #include "widgets.h"
-#if 1
+#if wxUSE_GAUGE
 #include "icons/gauge.xpm"
 
 // ----------------------------------------------------------------------------
@@ -402,3 +402,4 @@ void GaugeWidgetsPage::StopTimer()
 }
 
 #endif
+    // wxUSE_GAUGE