From 1d9f444b5f7ce449eb44984558dd33d62b512e7e Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 19 Oct 2008 12:57:46 +0000 Subject: [PATCH] Compilation fix for gcc-4 and newer. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@56441 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/os2/gauge.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/os2/gauge.h b/include/wx/os2/gauge.h index 5df97b19ae..a4f3ec18a6 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)