]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xh_listc.cpp
compilation fix after last checkin (missing header)
[wxWidgets.git] / src / xrc / xh_listc.cpp
index f6c9eab2c29e257815132122d8b3fe2912961c18..6746b8322435657bef9297f3b6e20fe998d7754a 100644 (file)
@@ -19,6 +19,8 @@
     #pragma hdrstop
 #endif
 
+#if wxUSE_XRC
+
 #include "wx/textctrl.h"
 #include "wx/xrc/xh_listc.h"
 #include "wx/listctrl.h"
@@ -71,3 +73,5 @@ bool wxListCtrlXmlHandler::CanHandle(wxXmlNode *node)
 {
     return IsOfClass(node, wxT("wxListCtrl"));
 }
+
+#endif // wxUSE_XRC