]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilation fix for gcc-4 and newer.
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 19 Oct 2008 12:34:13 +0000 (12:34 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 19 Oct 2008 12:34:13 +0000 (12:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/os2/gauge.h

index 0877888b018353bbebb498853b4b8b4d6ebc831c..f64df99fc7b664921555b656db78276057c1b043 100644 (file)
@@ -69,7 +69,7 @@ protected:
     int                             m_nWidth;
     int                             m_nHeight;
 
-    wxSize wxGauge::DoGetBestSize(void) const;
+    wxSize DoGetBestSize(void) const;
 
 private:
     DECLARE_DYNAMIC_CLASS(wxGauge)