X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b905d6cc083a38d46ae48712f5221236247a39ce..b9efe021b554fa3967d1442cf758435c5cd5ae8f:/src/mac/carbon/statlmac.cpp diff --git a/src/mac/carbon/statlmac.cpp b/src/mac/carbon/statlmac.cpp index 1b47d345d6..80d0ea1c49 100644 --- a/src/mac/carbon/statlmac.cpp +++ b/src/mac/carbon/statlmac.cpp @@ -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