]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix a couple of export declarations
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 21 Oct 2005 16:02:25 +0000 (16:02 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 21 Oct 2005 16:02:25 +0000 (16:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/richtext/richtextbuffer.h

index 68e1fefd458d3f7d0ab501d90db80328242b492b..3a5e25f8e1600e1680da9149830d879dcaa0602d 100644 (file)
@@ -648,7 +648,7 @@ protected:
     wxTextAttrEx            m_attributes;
 };
 
-WX_DECLARE_EXPORTED_LIST( wxRichTextObject, wxRichTextObjectList );
+WX_DECLARE_LIST_WITH_DECL( wxRichTextObject, wxRichTextObjectList, class WXDLLIMPEXP_ADV );
 
 /*!
  * wxRichTextCompositeObject class declaration
@@ -1071,7 +1071,7 @@ protected:
     wxRichTextParagraph* m_parent;
 };
 
-WX_DECLARE_EXPORTED_LIST( wxRichTextLine, wxRichTextLineList );
+WX_DECLARE_LIST_WITH_DECL( wxRichTextLine, wxRichTextLineList , class WXDLLIMPEXP_ADV );
 
 /*!
  * wxRichTextParagraph class declaration