]> git.saurik.com Git - wxWidgets.git/commitdiff
another compilation fix for multilib DLLs
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 3 Jul 2003 10:45:11 +0000 (10:45 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 3 Jul 2003 10:45:11 +0000 (10:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21601 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/apptrait.h

index 1522cea227629d2398feb60e8452f1446c9da1d6..ee9501af6bb697b8269152da15ca6a3175791fbf 100644 (file)
@@ -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