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
This commit is contained in:
parent
d441bff4c0
commit
1ab608ee00
@ -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<typename e>
|
||||
void wxSetFromString(const wxString &s , wxBitset<e> &data )
|
||||
@ -750,7 +750,7 @@ private :
|
||||
wxString m_name ;
|
||||
} ;
|
||||
|
||||
template<typename coll_t> void wxCollectionToVariantArray( const coll_t& coll , wxxVariantArray& result ) ;
|
||||
template<typename coll_t> void WXDLLIMPEXP_BASE wxCollectionToVariantArray( const coll_t& coll , wxxVariantArray& result ) ;
|
||||
|
||||
class WXDLLIMPEXP_BASE wxAdder
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user