X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6c5d62917d14278d8925a73d754965713e11e32f..d18868bb9b22d6f0fd1010779ddab14a6ab398d8:/include/wx/display.h

diff --git a/include/wx/display.h b/include/wx/display.h
index 002ce99ced..e31ee3286a 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;
@@ -45,7 +45,7 @@ public:
     //
     // the displays are numbered from 0 to GetCount() - 1, 0 is always the
     // primary display and the only one which is always supported
-    wxDisplay(size_t n = 0);
+    wxDisplay(unsigned n = 0);
 
     // dtor is not virtual as this is a concrete class not meant to be derived
     // from
@@ -54,7 +54,7 @@ public:
 
     // return the number of available displays, valid parameters to
     // wxDisplay ctor are from 0 up to this number
-    static size_t GetCount();
+    static unsigned GetCount();
 
     // find the display where the given point lies, return wxNOT_FOUND if
     // it doesn't belong to any display