projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Efficiency measures; file loading bug fix
[wxWidgets.git]
/
include
/
wx
/
xrc
/
xh_radbt.h
diff --git
a/include/wx/xrc/xh_radbt.h
b/include/wx/xrc/xh_radbt.h
index 58c1288c1291480e6f9884dfaebfba20696baf92..9d690c4e3b8600b828dc2d6ede2d8814f6e8bab1 100644
(file)
--- a/
include/wx/xrc/xh_radbt.h
+++ b/
include/wx/xrc/xh_radbt.h
@@
-11,17
+11,14
@@
#ifndef _WX_XH_RADBT_H_
#define _WX_XH_RADBT_H_
#ifndef _WX_XH_RADBT_H_
#define _WX_XH_RADBT_H_
-#if defined(__GNUG__) && !defined(__APPLE__)
-#pragma interface "xh_radbt.h"
-#endif
-
#include "wx/xrc/xmlres.h"
#include "wx/defs.h"
#if wxUSE_RADIOBOX
#include "wx/xrc/xmlres.h"
#include "wx/defs.h"
#if wxUSE_RADIOBOX
-class WX
XMLDLLEXPORT
wxRadioButtonXmlHandler : public wxXmlResourceHandler
+class WX
DLLIMPEXP_XRC
wxRadioButtonXmlHandler : public wxXmlResourceHandler
{
{
+DECLARE_DYNAMIC_CLASS(wxRadioButtonXmlHandler)
public:
wxRadioButtonXmlHandler();
virtual wxObject *DoCreateResource();
public:
wxRadioButtonXmlHandler();
virtual wxObject *DoCreateResource();