remove extraneous class scope qualifier

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-11-24 09:31:14 +00:00
parent caac780411
commit 8e1b8897f8

View File

@@ -27,7 +27,7 @@
class GSocket : public GSocketBase
{
public:
GSocket::GSocket(wxSocketBase& wxsocket)
GSocket(wxSocketBase& wxsocket)
: GSocketBase(wxsocket)
{
m_msgnumber = 0;