Compilation fix for gcc-4 and newer.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2008-10-19 12:34:13 +00:00
parent 404b9c623a
commit 3b644e9889

View 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)