From 813b6b3f88310608cb3ca37b0f29f64330f7558f Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Sat, 20 May 2006 05:44:22 +0000 Subject: [PATCH] correct wxString forward declaration git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39243 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/display.h | 2 +- include/wx/os2/private.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; // --------------------------------------------------------------------------- -- 2.50.0