X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/422d0ff0bec79832494fe4605ffdcf8e87ba6c03..523977f7527cf58a909ad0e49a70da4ef305a90c:/src/mac/carbon/gauge.cpp diff --git a/src/mac/carbon/gauge.cpp b/src/mac/carbon/gauge.cpp index 9c7fc023ae..6e9ed032f2 100644 --- a/src/mac/carbon/gauge.cpp +++ b/src/mac/carbon/gauge.cpp @@ -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 +