]> git.saurik.com Git - wxWidgets.git/commitdiff
correct wxString forward declaration
authorPaul Cornett <paulcor@bullseye.com>
Sat, 20 May 2006 05:44:22 +0000 (05:44 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Sat, 20 May 2006 05:44:22 +0000 (05:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39243 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/display.h
include/wx/os2/private.h

index 002ce99ceda59926b051fb85a675d92b787c3096..d209557a66bc63d2487957d726ed0960392a2fff 100644 (file)
@@ -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;
index c8064639aad822de06cf96606c05849e300db27a..40d7865e3eabd43f0d364333ca7abedaa0480eb7 100644 (file)
@@ -79,7 +79,7 @@
 
 class WXDLLEXPORT wxFont;
 class WXDLLEXPORT wxWindow;
-class WXDLLEXPORT wxString;
+class WXDLLIMPEXP_BASE wxString;
 class WXDLLEXPORT wxBitmap;
 
 // ---------------------------------------------------------------------------