]> git.saurik.com Git - wxWidgets.git/commit
removed dll export declaration for wxCStrData: it's unneeded because the class is...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 23 Mar 2007 01:45:17 +0000 (01:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 23 Mar 2007 01:45:17 +0000 (01:45 +0000)
commitbb650010c8200174ce824aaadac44e8e5ead194d
treeea60cceb5a8cb0ede38476197960ae9dd7ffe7b0
parentccd4deab6b05e27b3275dda38bec124300436480
removed dll export declaration for wxCStrData: it's unneeded because the class is fully inline and creates problems with mingw32 3.4.2 which wanrs about functions defined locally after being declared with dll linkage and then fails to link wxBase DLL

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45027 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/string.h