git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29737
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#pragma hdrstop
#endif
-#if wxUSE_XRC && wxUSE_RADIOBOX
+#if wxUSE_XRC && wxUSE_RADIOBTN
#include "wx/xrc/xh_radbt.h"
#include "wx/radiobut.h"
return IsOfClass(node, wxT("wxRadioButton"));
}
-#endif // wxUSE_XRC && wxUSE_NOTEBOOK
+#endif // wxUSE_XRC && wxUSE_RADIOBTN
#pragma hdrstop
#endif
-#if wxUSE_XRC
+#if wxUSE_XRC && wxUSE_TREECTRL
#include "wx/xrc/xh_tree.h"
#include "wx/treectrl.h"
return IsOfClass(node, wxT("wxTreeCtrl"));
}
-#endif // wxUSE_XRC
+#endif // wxUSE_XRC && wxUSE_TREECTRL