// wxTextBuffer
// ----------------------------------------------------------------------------
-WX_DEFINE_EXPORTED_ARRAY_INT(wxTextFileType, ArrayFileType);
+WX_DEFINE_USER_EXPORTED_ARRAY_INT(wxTextFileType,
+ wxArrayLinesType,
+ class WXDLLIMPEXP_BASE);
#endif // wxUSE_TEXTBUFFER
wxString m_strBufferName; // name of the buffer
private:
- ArrayFileType m_aTypes; // type of each line
- wxArrayString m_aLines; // lines of file
+ wxArrayLinesType m_aTypes; // type of each line
+ wxArrayString m_aLines; // lines of file
size_t m_nCurLine; // number of current line in the buffer
// "template" array types
// ----------------------------------------------------------------------------
-WX_DEFINE_SORTED_EXPORTED_ARRAY(wxFileConfigEntry *, ArrayEntries);
-WX_DEFINE_SORTED_EXPORTED_ARRAY(wxFileConfigGroup *, ArrayGroups);
+WX_DEFINE_SORTED_USER_EXPORTED_ARRAY(wxFileConfigEntry *, ArrayEntries,
+ WXDLLIMPEXP_BASE);
+WX_DEFINE_SORTED_USER_EXPORTED_ARRAY(wxFileConfigGroup *, ArrayGroups,
+ WXDLLIMPEXP_BASE);
// ----------------------------------------------------------------------------
// wxFileConfigLineList