]> git.saurik.com Git - wxWidgets.git/commitdiff
missing or wrong DLLEXPORTs for DLL build
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 Aug 2003 20:03:59 +0000 (20:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 Aug 2003 20:03:59 +0000 (20:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/textbuf.h
src/common/fileconf.cpp

index 2b25b2d470fb29896265d29ca4fe042736d745ab..753c11d10434b7a7a201944017b28bf6268285d5 100644 (file)
@@ -43,7 +43,9 @@ enum wxTextFileType
 // wxTextBuffer
 // ----------------------------------------------------------------------------
 
-WX_DEFINE_EXPORTED_ARRAY_INT(wxTextFileType, ArrayFileType);
+WX_DEFINE_USER_EXPORTED_ARRAY_INT(wxTextFileType,
+                                  wxArrayLinesType,
+                                  class WXDLLIMPEXP_BASE);
 
 #endif // wxUSE_TEXTBUFFER
 
@@ -188,8 +190,8 @@ protected:
     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
 
index 6babd6ea78410bf756579239faef7f9c9a72421b..aa4b1ee9b5623bc3cf896b9597481cfab28fe433 100644 (file)
@@ -106,8 +106,10 @@ static wxString GetAppName(const wxString& appname);
 // "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