From 8e1b8897f851b37992af5211e7f0a2db6b3e6eb5 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 24 Nov 2008 09:31:14 +0000 Subject: [PATCH] remove extraneous class scope qualifier git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/gsockmsw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.0