projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
removed const operator[]s (should fix 1162115)
[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 7e57e00d2f5acdb7444e323edf8a43debabcf3c4..395170aa02963f3fd741bd30c6ff5b246e16d208 100644
(file)
--- a/
include/wx/xrc/xh_statbar.h
+++ b/
include/wx/xrc/xh_statbar.h
@@
-11,14
+11,15
@@
#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__
)
+#if defined(__GNUG__) && !defined(
NO_GCC_PRAGMA
)
#pragma interface "xh_statbar.h"
#endif
#include "wx/xrc/xmlres.h"
#pragma interface "xh_statbar.h"
#endif
#include "wx/xrc/xmlres.h"
-class WX
XMLDLLEXPORT
wxStatusBarXmlHandler : public wxXmlResourceHandler
+class WX
DLLIMPEXP_XRC
wxStatusBarXmlHandler : public wxXmlResourceHandler
{
{
+DECLARE_DYNAMIC_CLASS(wxStatusBarXmlHandler)
public:
wxStatusBarXmlHandler();
virtual wxObject *DoCreateResource();
public:
wxStatusBarXmlHandler();
virtual wxObject *DoCreateResource();