]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/control.h
compile fix for gcc
[wxWidgets.git] / include / wx / msw / control.h
index 9f3b15938bee6b031f6a1ece035579d4611b29ff..430aa7cfdb657bd080c3f1bac2f3707d062eff4d 100644 (file)
@@ -69,7 +69,7 @@ protected:
    // For controls like radiobuttons which are really composite
    wxList m_subControls;
 
-   virtual wxSize DoGetBestSize();
+   virtual wxSize DoGetBestSize() const;
 
    // create the control of the given class with the given style, returns FALSE
    // if creation failed