projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
change fallback default for wx version to 27
[wxWidgets.git]
/
src
/
xrc
/
xh_chckl.cpp
diff --git
a/src/xrc/xh_chckl.cpp
b/src/xrc/xh_chckl.cpp
index f891730c2e4da9c8d5720754e118d52432e0e041..a92e391c92651a2dcab4370e2405e9541ff3be01 100644
(file)
--- a/
src/xrc/xh_chckl.cpp
+++ b/
src/xrc/xh_chckl.cpp
@@
-8,10
+8,6
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
-#pragma implementation "xh_chckl.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
@@
-19,7
+15,9
@@
#pragma hdrstop
#endif
#pragma hdrstop
#endif
-#if wxUSE_OWNER_DRAWN || !defined(__WXMSW__)
+#if wxUSE_XRC
+
+#if wxUSE_CHECKLISTBOX
#include "wx/xrc/xh_chckl.h"
#include "wx/checklst.h"
#include "wx/xrc/xh_chckl.h"
#include "wx/checklst.h"
@@
-129,5
+127,6
@@
bool wxCheckListBoxXmlHandler::CanHandle(wxXmlNode *node)
(m_insideBox && node->GetName() == wxT("item")));
}
(m_insideBox && node->GetName() == wxT("item")));
}
-#endif
+#endif
// wxUSE_CHECKLISTBOX
+#endif // wxUSE_XRC