]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/statlmac.cpp
Use empty check consistent with other parts.
[wxWidgets.git] / src / mac / carbon / statlmac.cpp
index 1b47d345d67e39e0bfb15d2a54868a8052ff9195..80d0ea1c4977c41417abcab5aa07081005a9c6a6 100644 (file)
@@ -23,6 +23,8 @@
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
+#if wxUSE_STATLINE
+
 #ifdef __BORLANDC__
     #pragma hdrstop
 #endif
@@ -63,3 +65,5 @@ bool wxStaticLine::Create( wxWindow *parent,
 
     return TRUE;
 }
+
+#endif //wxUSE_STATLINE