projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Applied patch [ 1307056 ] [wxMSW] Focus showing fix for Win2k/XP
[wxWidgets.git]
/
include
/
wx
/
xrc
/
xh_panel.h
diff --git
a/include/wx/xrc/xh_panel.h
b/include/wx/xrc/xh_panel.h
index 817e5ecc76366e155cff94115577b47c89ad7287..b782b381e308de7d73f76b04a7f46360cadd7cb9 100644
(file)
--- a/
include/wx/xrc/xh_panel.h
+++ b/
include/wx/xrc/xh_panel.h
@@
-11,14
+11,11
@@
#ifndef _WX_XH_PANEL_H_
#define _WX_XH_PANEL_H_
#ifndef _WX_XH_PANEL_H_
#define _WX_XH_PANEL_H_
-#ifdef __GNUG__
-#pragma interface "xh_panel.h"
-#endif
-
#include "wx/xrc/xmlres.h"
#include "wx/xrc/xmlres.h"
-class WX
XMLDLLEXPORT
wxPanelXmlHandler : public wxXmlResourceHandler
+class WX
DLLIMPEXP_XRC
wxPanelXmlHandler : public wxXmlResourceHandler
{
{
+DECLARE_DYNAMIC_CLASS(wxPanelXmlHandler)
public:
wxPanelXmlHandler();
virtual wxObject *DoCreateResource();
public:
wxPanelXmlHandler();
virtual wxObject *DoCreateResource();