projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
changing the Multiple Inheritance along the Single Inheritance, patch 1623801
[wxWidgets.git]
/
include
/
wx
/
xrc
/
xh_frame.h
diff --git
a/include/wx/xrc/xh_frame.h
b/include/wx/xrc/xh_frame.h
index bd04eb92f4ef291d019b6825746d746b09cf9c86..ab17fe4635f194d3adeed5e4ebab7ee5767cd0a0 100644
(file)
--- a/
include/wx/xrc/xh_frame.h
+++ b/
include/wx/xrc/xh_frame.h
@@
-1,6
+1,6
@@
/////////////////////////////////////////////////////////////////////////////
// Name: wx/xrc/xh_frame.h
/////////////////////////////////////////////////////////////////////////////
// Name: wx/xrc/xh_frame.h
-// Purpose: XML resource handler for
dialogs
+// Purpose: XML resource handler for
wxFrame
// Author: Vaclav Slavik & Aleks.
// Created: 2000/03/05
// RCS-ID: $Id$
// Author: Vaclav Slavik & Aleks.
// Created: 2000/03/05
// RCS-ID: $Id$
@@
-13,14
+13,18
@@
#include "wx/xrc/xmlres.h"
#include "wx/xrc/xmlres.h"
+#if wxUSE_XRC
+
class WXDLLIMPEXP_XRC wxFrameXmlHandler : public wxXmlResourceHandler
{
class WXDLLIMPEXP_XRC wxFrameXmlHandler : public wxXmlResourceHandler
{
-DECLARE_DYNAMIC_CLASS(wxFrameXmlHandler)
+ DECLARE_DYNAMIC_CLASS(wxFrameXmlHandler)
+
public:
wxFrameXmlHandler();
virtual wxObject *DoCreateResource();
virtual bool CanHandle(wxXmlNode *node);
};
public:
wxFrameXmlHandler();
virtual wxObject *DoCreateResource();
virtual bool CanHandle(wxXmlNode *node);
};
+#endif // wxUSE_XRC
#endif // _WX_XH_FRAME_H_
#endif // _WX_XH_FRAME_H_