fix for link errors in DLL build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -7130,7 +7130,7 @@ bool wxRichTextBufferDataObject::SetData(size_t WXUNUSED(len), const void *buf)
|
|||||||
* Manages quick access to a pool of fonts for rendering rich text
|
* Manages quick access to a pool of fonts for rendering rich text
|
||||||
*/
|
*/
|
||||||
|
|
||||||
WX_DECLARE_EXPORTED_STRING_HASH_MAP(wxFont, wxRichTextFontTableHashMap);
|
WX_DECLARE_STRING_HASH_MAP_WITH_DECL(wxFont, wxRichTextFontTableHashMap, class WXDLLIMPEXP_RICHTEXT);
|
||||||
|
|
||||||
class wxRichTextFontTableData: public wxObjectRefData
|
class wxRichTextFontTableData: public wxObjectRefData
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user