]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/display.h
remove deprecation from wxWizard::SetPageSize
[wxWidgets.git] / interface / wx / display.h
index 71eeeba4f58793cfe4dfbf3f198f336f542261c6..679d8bbf676e3b5b349ba140c409a9acc5d2d63e 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxDisplay
 
 /**
     @class wxDisplay
-    @wxheader{display.h}
 
     Determines the sizes and locations of displays connected to the system.
 
 
     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.
     */
         Returns @true if the display is the primary display. The primary
         display is the one whose index is 0.
     */
-    bool IsPrimary();
+    bool IsPrimary() const;
 };
 
 };