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
This commit is contained in:
parent
ba2fcb0711
commit
8dfc2d9896
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user