]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/gauge.cpp
file not needed any longer after ZIP r/w patch
[wxWidgets.git] / src / mac / carbon / gauge.cpp
index 9c7fc023ae166af6e9b882bdf57c7844cee84926..6e9ed032f27f81b6f2784441c3447a22aa29341c 100644 (file)
@@ -15,6 +15,8 @@
 
 #include "wx/gauge.h"
 
+#if wxUSE_GAUGE 
+
 #if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxGauge, wxControl)
 #endif
@@ -79,3 +81,5 @@ int wxGauge::GetValue() const
     return m_gaugePos ;
 }
 
+#endif // wxUSE_GAUGE 
+