]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/stattext.cpp
Metrowerks: The unix.h header is part of MSL_Extras. It's not needed for
[wxWidgets.git] / src / mac / carbon / stattext.cpp
index f14cd26836d3a73cc699cb015c99995c05bb4372..6f22db270cb3714cbc107bf980e638242e8bf04f 100644 (file)
@@ -15,6 +15,8 @@
 
 #include "wx/wxprec.h"
 
+#if wxUSE_STATTEXT
+
 #include "wx/app.h"
 #include "wx/stattext.h"
 #include "wx/notebook.h"
@@ -119,3 +121,6 @@ bool wxStaticText::SetFont(const wxFont& font)
 
     return ret;
 }
+
+#endif //if wxUSE_STATTEXT
+