]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/sizer.h
automated changes: many (pure) virtual specifiers added
[wxWidgets.git] / interface / wx / sizer.h
index 660df2f9add5b992e3c9ca1b5bfe6109e89b8773..99aab341a6be848183ac4a0df0b15b6826243b5d 100644 (file)
@@ -1011,7 +1011,7 @@ public:
         This method is abstract and has to be overwritten by any derived class.
         Here, the sizer will do the actual calculation of its children's minimal sizes.
     */
         This method is abstract and has to be overwritten by any derived class.
         Here, the sizer will do the actual calculation of its children's minimal sizes.
     */
-    virtual wxSize CalcMin();
+    virtual wxSize CalcMin() = 0;
 
     /**
         Detaches all children from the sizer.
 
     /**
         Detaches all children from the sizer.
@@ -1355,7 +1355,7 @@ public:
         Here, the sizer will do the actual calculation of its children's
         positions and sizes.
     */
         Here, the sizer will do the actual calculation of its children's
         positions and sizes.
     */
-    virtual void RecalcSizes();
+    virtual void RecalcSizes() = 0;
 
     /**
         Removes a child window from the sizer, but does @b not destroy it
 
     /**
         Removes a child window from the sizer, but does @b not destroy it