fixed wrong WXDLLEXPORT usage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23173 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1356,14 +1356,14 @@ struct wxConstructorBridge_8 : public wxConstructorBridge
|
|||||||
typedef wxObject *(*wxObjectConstructorFn)(void);
|
typedef wxObject *(*wxObjectConstructorFn)(void);
|
||||||
typedef wxObject* (*wxVariantToObjectConverter)( wxxVariant &data ) ;
|
typedef wxObject* (*wxVariantToObjectConverter)( wxxVariant &data ) ;
|
||||||
typedef wxxVariant (*wxObjectToVariantConverter)( wxObject* ) ;
|
typedef wxxVariant (*wxObjectToVariantConverter)( wxObject* ) ;
|
||||||
class wxWriter ;
|
class WXDLLIMPEXP_BASE wxWriter;
|
||||||
class wxPersister ;
|
class WXDLLIMPEXP_BASE wxPersister;
|
||||||
typedef bool (*wxObjectStreamingCallback) ( const wxObject *, wxWriter * , wxPersister * , wxxVariantArray & ) ;
|
typedef bool (*wxObjectStreamingCallback) ( const wxObject *, wxWriter * , wxPersister * , wxxVariantArray & ) ;
|
||||||
|
|
||||||
class WXDLLIMPEXP_BASE wxClassInfo
|
class WXDLLIMPEXP_BASE wxClassInfo
|
||||||
{
|
{
|
||||||
friend class WXDLLEXPORT wxPropertyInfo ;
|
friend class WXDLLIMPEXP_BASE wxPropertyInfo ;
|
||||||
friend class WXDLLEXPORT wxHandlerInfo ;
|
friend class WXDLLIMPEXP_BASE wxHandlerInfo ;
|
||||||
public:
|
public:
|
||||||
wxClassInfo(const wxClassInfo **_Parents,
|
wxClassInfo(const wxClassInfo **_Parents,
|
||||||
const wxChar *_UnitName,
|
const wxChar *_UnitName,
|
||||||
|
Reference in New Issue
Block a user