]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/gauge.cpp
DocView and wxStream things
[wxWidgets.git] / src / gtk / gauge.cpp
index 3c64b9d5005fe345bd7b2841cf79f0e3d14ebf8e..e176cbe194d8a5bbffe1a02c1c63c44a426f847a 100644 (file)
@@ -32,7 +32,9 @@ bool wxGauge::Create( wxWindow *parent, wxWindowID id,  int range,
   
   PreCreation( parent, id, pos, size, style, name );
   
-  SetValidator( validator );
+#if wxUSE_VALIDATORS
+    SetValidator( validator );
+#endif
 
   m_rangeMax = range;
   m_gaugePos = 0;