]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gdicmn.h
fixed #includes
[wxWidgets.git] / include / wx / gdicmn.h
index 7d01528e70a31c737022ba5366d76eda3d3d1e5f..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
 
@@ -481,7 +482,7 @@ private:
 class WXDLLEXPORT wxBitmapList : public wxList
 {
 public:
-    wxBitmapList();
+    wxBitmapList(){}
     ~wxBitmapList();
 
     void AddBitmap(wxBitmap *bitmap);