From: Václav Slavík Date: Sun, 24 Aug 2003 15:43:58 +0000 (+0000) Subject: fixed wrong WXDLLEXPORT usage X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/79902653c834eba797c56d96e2380058801b88b8?ds=inline fixed wrong WXDLLEXPORT usage git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23173 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/xti.h b/include/wx/xti.h index 357dab4b1a..400807a7b6 100644 --- a/include/wx/xti.h +++ b/include/wx/xti.h @@ -1356,14 +1356,14 @@ struct wxConstructorBridge_8 : public wxConstructorBridge typedef wxObject *(*wxObjectConstructorFn)(void); typedef wxObject* (*wxVariantToObjectConverter)( wxxVariant &data ) ; typedef wxxVariant (*wxObjectToVariantConverter)( wxObject* ) ; -class wxWriter ; -class wxPersister ; +class WXDLLIMPEXP_BASE wxWriter; +class WXDLLIMPEXP_BASE wxPersister; typedef bool (*wxObjectStreamingCallback) ( const wxObject *, wxWriter * , wxPersister * , wxxVariantArray & ) ; class WXDLLIMPEXP_BASE wxClassInfo { - friend class WXDLLEXPORT wxPropertyInfo ; - friend class WXDLLEXPORT wxHandlerInfo ; + friend class WXDLLIMPEXP_BASE wxPropertyInfo ; + friend class WXDLLIMPEXP_BASE wxHandlerInfo ; public: wxClassInfo(const wxClassInfo **_Parents, const wxChar *_UnitName,