]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xh_sizer.cpp
code cleanup for the pen width condition (patch 1034942 + more)
[wxWidgets.git] / src / xrc / xh_sizer.cpp
index ba6c799f25d5812921b641fdbbd83f80dfa92c4f..806370b3a67cc135481b9218f73dfdaf212cc018 100644 (file)
@@ -19,6 +19,8 @@
     #pragma hdrstop
 #endif
 
+#if wxUSE_XRC
+
 #include "wx/xrc/xh_sizer.h"
 #include "wx/sizer.h"
 #include "wx/gbsizer.h"
@@ -361,12 +363,4 @@ void wxSizerXmlHandler::AddSizerItem(wxSizerItem* sitem)
         m_parentSizer->Add(sitem);
 }
 
-
-
-
-
-
-
-
-
-
+#endif // wxUSE_XRC