From: Vadim Zeitlin Date: Mon, 24 Nov 2008 09:31:14 +0000 (+0000) Subject: remove extraneous class scope qualifier X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8e1b8897f851b37992af5211e7f0a2db6b3e6eb5 remove extraneous class scope qualifier git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/gsockmsw.h b/include/wx/msw/gsockmsw.h index 81202a2564..6270be5678 100644 --- a/include/wx/msw/gsockmsw.h +++ b/include/wx/msw/gsockmsw.h @@ -27,7 +27,7 @@ class GSocket : public GSocketBase { public: - GSocket::GSocket(wxSocketBase& wxsocket) + GSocket(wxSocketBase& wxsocket) : GSocketBase(wxsocket) { m_msgnumber = 0;