]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/display.h
Doc and comment cleanup, fixes, tweaks
[wxWidgets.git] / interface / wx / display.h
index 500dc5b06c4b9a9666f934b50aa3d081c3750273..ec79b7066a97d2827d7884e9b43bd4989c0c0c8d 100644 (file)
@@ -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 n = 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;
 };