From: Stefan Neis Date: Sun, 19 Oct 2008 12:34:13 +0000 (+0000) Subject: Compilation fix for gcc-4 and newer. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3b644e988916d05df4274068fcce6502eb2d46b3 Compilation fix for gcc-4 and newer. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/os2/gauge.h b/include/wx/os2/gauge.h index 0877888b01..f64df99fc7 100644 --- a/include/wx/os2/gauge.h +++ b/include/wx/os2/gauge.h @@ -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)