From: Václav Slavík Date: Thu, 3 Jul 2003 10:45:11 +0000 (+0000) Subject: another compilation fix for multilib DLLs X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7af1b53999ef37f99805e05df68c4d635fa4dbf8 another compilation fix for multilib DLLs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21601 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/apptrait.h b/include/wx/apptrait.h index 1522cea227..ee9501af6b 100644 --- a/include/wx/apptrait.h +++ b/include/wx/apptrait.h @@ -24,7 +24,7 @@ class WXDLLEXPORT wxMessageOutput; // wxAppTraits: this class defines various configurable aspects of wxApp // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxAppTraitsBase +class WXDLLIMPEXP_BASE wxAppTraitsBase { public: // wxAppTraits is an ABC, but we also provide 2 standard implementations of @@ -117,7 +117,7 @@ public: // wxConsoleAppTraitsBase: wxAppTraits implementation for the console apps // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxConsoleAppTraitsBase : public wxAppTraits +class WXDLLIMPEXP_BASE wxConsoleAppTraitsBase : public wxAppTraits { public: #if wxUSE_LOG