From: Paul Cornett Date: Sat, 20 May 2006 05:44:22 +0000 (+0000) Subject: correct wxString forward declaration X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/813b6b3f88310608cb3ca37b0f29f64330f7558f correct wxString forward declaration git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39243 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/display.h b/include/wx/display.h index 002ce99ced..d209557a66 100644 --- a/include/wx/display.h +++ b/include/wx/display.h @@ -28,7 +28,7 @@ class WXDLLEXPORT wxWindow; class WXDLLEXPORT wxPoint; class WXDLLEXPORT wxRect; -class WXDLLEXPORT wxString; +class WXDLLIMPEXP_BASE wxString; class WXDLLEXPORT wxDisplayFactory; class WXDLLEXPORT wxDisplayImpl; diff --git a/include/wx/os2/private.h b/include/wx/os2/private.h index c8064639aa..40d7865e3e 100644 --- a/include/wx/os2/private.h +++ b/include/wx/os2/private.h @@ -79,7 +79,7 @@ class WXDLLEXPORT wxFont; class WXDLLEXPORT wxWindow; -class WXDLLEXPORT wxString; +class WXDLLIMPEXP_BASE wxString; class WXDLLEXPORT wxBitmap; // ---------------------------------------------------------------------------