From 3b644e988916d05df4274068fcce6502eb2d46b3 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 19 Oct 2008 12:34:13 +0000 Subject: [PATCH] Compilation fix for gcc-4 and newer. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56439 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 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) -- 2.45.2