X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..a70ab3b804b6c363f8bcbed0b4fce94b7fb03612:/interface/wx/display.h diff --git a/interface/wx/display.h b/interface/wx/display.h index 500dc5b06c..cf116c9a9b 100644 --- a/interface/wx/display.h +++ b/interface/wx/display.h @@ -27,7 +27,7 @@ public: The index of the display to use. This must be non-negative and lower than the value returned by GetCount(). */ - wxDisplay(unsigned index = 0); + wxDisplay(unsigned int index = 0); /** Destructor. @@ -122,6 +122,6 @@ public: Returns @true if the display is the primary display. The primary display is the one whose index is 0. */ - bool IsPrimary(); + bool IsPrimary() const; };