projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed strange situation when we had wxPathExists and wxDirExists with the same fincti...
[wxWidgets.git]
/
include
/
wx
/
xrc
/
xh_bttn.h
diff --git
a/include/wx/xrc/xh_bttn.h
b/include/wx/xrc/xh_bttn.h
index c6c89c34a195d89ab7cc72f8e16e484def98dca2..e05647fa33078196c4ff9e9bb17dc73ce17cf048 100644
(file)
--- a/
include/wx/xrc/xh_bttn.h
+++ b/
include/wx/xrc/xh_bttn.h
@@
-11,14
+11,15
@@
#ifndef _WX_XH_BTTN_H_
#define _WX_XH_BTTN_H_
#ifndef _WX_XH_BTTN_H_
#define _WX_XH_BTTN_H_
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_bttn.h"
#endif
#include "wx/xrc/xmlres.h"
#pragma interface "xh_bttn.h"
#endif
#include "wx/xrc/xmlres.h"
-class WX
XMLDLLEXPORT
wxButtonXmlHandler : public wxXmlResourceHandler
+class WX
DLLIMPEXP_XRC
wxButtonXmlHandler : public wxXmlResourceHandler
{
{
+DECLARE_DYNAMIC_CLASS(wxButtonXmlHandler)
public:
wxButtonXmlHandler();
virtual wxObject *DoCreateResource();
public:
wxButtonXmlHandler();
virtual wxObject *DoCreateResource();