X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8e6efd1fd2f6cedda23140aff17f56b26ef7c2d2..41fbdcedbb2b2d7e9d31e12177b63e769e3a8bef:/include/wx/protocol/protocol.h?ds=sidebyside diff --git a/include/wx/protocol/protocol.h b/include/wx/protocol/protocol.h index 6dffb30f94..e6a32ef55c 100644 --- a/include/wx/protocol/protocol.h +++ b/include/wx/protocol/protocol.h @@ -4,7 +4,6 @@ // Author: Guilhem Lavaux // Modified by: // Created: 10/07/1997 -// RCS-ID: $Id$ // Copyright: (c) 1997, 1998 Guilhem Lavaux // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -141,7 +140,7 @@ public: \ static wxProtoInfo g_proto_##class; #define IMPLEMENT_PROTOCOL(class, name, serv, host) \ -wxProtoInfo class::g_proto_##class(name, serv, host, CLASSINFO(class)); \ +wxProtoInfo class::g_proto_##class(name, serv, host, wxCLASSINFO(class)); \ bool wxProtocolUse##class = true; #define USE_PROTOCOL(class) \