X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..b38a20c1539dbbdc7cd1c43268d5f6e15bdd8fda:/interface/wx/display.h?ds=inline diff --git a/interface/wx/display.h b/interface/wx/display.h index 71eeeba4f5..679d8bbf67 100644 --- a/interface/wx/display.h +++ b/interface/wx/display.h @@ -8,7 +8,6 @@ /** @class wxDisplay - @wxheader{display.h} Determines the sizes and locations of displays connected to the system. @@ -123,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; };