]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/display.h
When registering editor, try wxRTTI class name in additon to result of wxPGEditor...
[wxWidgets.git] / interface / wx / display.h
index 500dc5b06c4b9a9666f934b50aa3d081c3750273..cf116c9a9b8c6aae5c40ddd4fece6a4f1f865f26 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 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;
 };