projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
removed non-const wxFontData::GetColour()
[wxWidgets.git]
/
include
/
wx
/
xrc
/
xh_text.h
diff --git
a/include/wx/xrc/xh_text.h
b/include/wx/xrc/xh_text.h
index 84d256916b8d06542d8ccab2c9e0c0c510d5fd18..c8f3af26ca76eaad448af3d13da838801efd3b63 100644
(file)
--- a/
include/wx/xrc/xh_text.h
+++ b/
include/wx/xrc/xh_text.h
@@
-11,15
+11,12
@@
#ifndef _WX_XH_TEXT_H_
#define _WX_XH_TEXT_H_
#ifndef _WX_XH_TEXT_H_
#define _WX_XH_TEXT_H_
-#if defined(__GNUG__) && !defined(__APPLE__)
-#pragma interface "xh_text.h"
-#endif
-
#include "wx/xrc/xmlres.h"
#include "wx/xrc/xmlres.h"
-class WX
XMLDLLEXPORT
wxTextCtrlXmlHandler : public wxXmlResourceHandler
+class WX
DLLIMPEXP_XRC
wxTextCtrlXmlHandler : public wxXmlResourceHandler
{
{
+DECLARE_DYNAMIC_CLASS(wxTextCtrlXmlHandler)
public:
wxTextCtrlXmlHandler();
virtual wxObject *DoCreateResource();
public:
wxTextCtrlXmlHandler();
virtual wxObject *DoCreateResource();