]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gdicmn.h
clear up wxStringBuffer docs a bit
[wxWidgets.git] / include / wx / gdicmn.h
index 83858f5c855a56eac71d56a8883386037c001854..7741ee467e5d4276b39d9acd9cfd46ff12ed75f4 100644 (file)
@@ -314,6 +314,7 @@ public:
         { }
     wxRect(const wxPoint& topLeft, const wxPoint& bottomRight);
     wxRect(const wxPoint& pos, const wxSize& size);
+    wxRect(const wxSize& size);
 
     // default copy ctor and assignment operators ok