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
This commit is contained in:
Stefan Neis
2008-10-19 12:57:46 +00:00
parent 78a7d145c6
commit 1d9f444b5f

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)