X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/51259762d5f470de93294f2dafa9ee72ec70d045..d61f7200331a1cd1a3b2353292e6801511ccbc5d:/include/wx/display.h diff --git a/include/wx/display.h b/include/wx/display.h index c080a21e2e..b85a04471c 100644 --- a/include/wx/display.h +++ b/include/wx/display.h @@ -67,8 +67,8 @@ public: // name may be empty virtual wxString GetName() const = 0; - // display 0 is always the primary display - bool IsPrimary() const { return m_index == 0; } + // display 0 is usually the primary display + virtual bool IsPrimary() const { return m_index == 0; } // enumerate all video modes supported by this display matching the given