From 79902653c834eba797c56d96e2380058801b88b8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 24 Aug 2003 15:43:58 +0000 Subject: [PATCH] fixed wrong WXDLLEXPORT usage git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23173 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/xti.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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, -- 2.45.2