Remove dllexport declaration from a nested struct.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 14 Jul 2010 23:06:20 +0000 (23:06 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 14 Jul 2010 23:06:20 +0000 (23:06 +0000)
commitc5895661ca796e5ffb2014d0a4327f26880c350b
treecef232d0c09bd5a81fb3260dbb02e2a4f597d397
parent2cd36ea03282b61c886424fbcdc16c06a0ca2bd4
Remove dllexport declaration from a nested struct.

Try a blind fix for VC6 linking problems in DLL build related to
wxFileTypeInfo ctor. This is unlikely to fix it but DLL-exporting a nested
struct which, moreover, has only inline methods, seems unnecessary and it just
might help too.

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