Fix a couple of export declarations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -648,7 +648,7 @@ protected:
|
|||||||
wxTextAttrEx m_attributes;
|
wxTextAttrEx m_attributes;
|
||||||
};
|
};
|
||||||
|
|
||||||
WX_DECLARE_EXPORTED_LIST( wxRichTextObject, wxRichTextObjectList );
|
WX_DECLARE_LIST_WITH_DECL( wxRichTextObject, wxRichTextObjectList, class WXDLLIMPEXP_ADV );
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* wxRichTextCompositeObject class declaration
|
* wxRichTextCompositeObject class declaration
|
||||||
@@ -1071,7 +1071,7 @@ protected:
|
|||||||
wxRichTextParagraph* m_parent;
|
wxRichTextParagraph* m_parent;
|
||||||
};
|
};
|
||||||
|
|
||||||
WX_DECLARE_EXPORTED_LIST( wxRichTextLine, wxRichTextLineList );
|
WX_DECLARE_LIST_WITH_DECL( wxRichTextLine, wxRichTextLineList , class WXDLLIMPEXP_ADV );
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* wxRichTextParagraph class declaration
|
* wxRichTextParagraph class declaration
|
||||||
|
Reference in New Issue
Block a user