]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed wrong WXDLLEXPORT usage
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 24 Aug 2003 15:43:58 +0000 (15:43 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 24 Aug 2003 15:43:58 +0000 (15:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23173 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/xti.h

index 357dab4b1a492b89239f32292e0305fc7a34f0c0..400807a7b625c99fdc72b785ab99649b6872f907 100644 (file)
@@ -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,