X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9dc579b3c5808934aaa8e53eab85060247993223..6b5c56bd5fa167a02334d35deb0006e80cdfd44d:/src/xrc/xh_frame.cpp diff --git a/src/xrc/xh_frame.cpp b/src/xrc/xh_frame.cpp index 36461038f5..2685be16e0 100644 --- a/src/xrc/xh_frame.cpp +++ b/src/xrc/xh_frame.cpp @@ -19,6 +19,8 @@ #pragma hdrstop #endif +#if wxUSE_XRC + #include "wx/xrc/xh_frame.h" #include "wx/frame.h" #include "wx/dialog.h" // to get wxDEFAULT_DIALOG_STYLE @@ -84,3 +86,5 @@ bool wxFrameXmlHandler::CanHandle(wxXmlNode *node) { return IsOfClass(node, wxT("wxFrame")); } + +#endif // wxUSE_XRC