]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/protocol/protocol.h
Use wxAlphaPixelData if the source bitmap depth is 32 or if on wxGTK and there is...
[wxWidgets.git] / include / wx / protocol / protocol.h
index 6dffb30f94af004a215cb037c52be20c0c4a0e25..f61de27e7c6a09a02d3a945b9729a681f1735fc9 100644 (file)
@@ -141,7 +141,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) \