UdpSocket: Correctly declare multicast virtual class.

[GB.NET]
* BUG: UdpSocket: Correctly declare multicast virtual class.
This commit is contained in:
gambas 2020-08-20 13:54:32 +02:00
parent ea6c2d6074
commit 97be8e7f9b
2 changed files with 2 additions and 0 deletions

View file

@ -31,6 +31,7 @@
#ifndef __CUDPSOCKET_C
extern GB_DESC CUdpSocketDesc[];
extern GB_DESC CUdpSocketMulticastDesc[];
extern GB_STREAM_DESC UdpSocketStream;
#else

View file

@ -44,6 +44,7 @@ GB_DESC *GB_CLASSES[] EXPORT =
CDnsClientDesc,
CSocketDesc,
CServerSocketDesc,
CUdpSocketMulticastDesc,
CUdpSocketDesc,
CSerialPortDesc,
CNetDesc,