projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added SWIG patches to allow compiling the generated code with
[wxWidgets.git]
/
include
/
wx
/
xrc
/
xh_statbar.h
diff --git
a/include/wx/xrc/xh_statbar.h
b/include/wx/xrc/xh_statbar.h
index c1224c0710b0a6a7dd509f599b38dbd0b4e4d935..dfbd2526facfcdf3449ac0fb2e22ab6bd62b8c15 100644
(file)
--- a/
include/wx/xrc/xh_statbar.h
+++ b/
include/wx/xrc/xh_statbar.h
@@
-11,14
+11,11
@@
#ifndef _WX_XH_STATBAR_H_
#define _WX_XH_STATBAR_H_
#ifndef _WX_XH_STATBAR_H_
#define _WX_XH_STATBAR_H_
-#if defined(__GNUG__) && !defined(__APPLE__)
-#pragma interface "xh_statbar.h"
-#endif
-
#include "wx/xrc/xmlres.h"
class WXDLLIMPEXP_XRC wxStatusBarXmlHandler : public wxXmlResourceHandler
{
#include "wx/xrc/xmlres.h"
class WXDLLIMPEXP_XRC wxStatusBarXmlHandler : public wxXmlResourceHandler
{
+DECLARE_DYNAMIC_CLASS(wxStatusBarXmlHandler)
public:
wxStatusBarXmlHandler();
virtual wxObject *DoCreateResource();
public:
wxStatusBarXmlHandler();
virtual wxObject *DoCreateResource();