From 8dfc2d9896ef95b353b492c3889436a771455d5d Mon Sep 17 00:00:00 2001 From: David Elliott Date: Wed, 26 Mar 2003 19:56:29 +0000 Subject: [PATCH] Use #if wxUSE_GAUGE instead of #if 1 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19816 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/widgets/gauge.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/widgets/gauge.cpp b/samples/widgets/gauge.cpp index 8c45ffa26c..e7d7eba313 100644 --- a/samples/widgets/gauge.cpp +++ b/samples/widgets/gauge.cpp @@ -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 -- 2.45.2