From 1ab608ee00f21fa3164e1838395783a86fac82d7 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Tue, 15 Jun 2004 11:57:21 +0000 Subject: [PATCH] fix for Borland Dll build (SF bug #972989) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27806 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/xti.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/xti.h b/include/wx/xti.h index 7c3cf5552e..00b6ff7a01 100644 --- a/include/wx/xti.h +++ b/include/wx/xti.h @@ -208,7 +208,7 @@ private : // ---------------------------------------------------------------------------- // in order to remove dependancy on string tokenizer -void wxSetStringToArray( const wxString &s , wxArrayString &array ) ; +void WXDLLIMPEXP_BASE wxSetStringToArray( const wxString &s , wxArrayString &array ) ; template void wxSetFromString(const wxString &s , wxBitset &data ) @@ -750,7 +750,7 @@ private : wxString m_name ; } ; -template void wxCollectionToVariantArray( const coll_t& coll , wxxVariantArray& result ) ; +template void WXDLLIMPEXP_BASE wxCollectionToVariantArray( const coll_t& coll , wxxVariantArray& result ) ; class WXDLLIMPEXP_BASE wxAdder { -- 2.45.2