Skip to content

Commit c652119

Browse files
committed
Add GDSOFTCLASS to NetSocket
1 parent 2753d33 commit c652119

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/io/net_socket.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
#include "core/object/ref_counted.h"
3535

3636
class NetSocket : public RefCounted {
37+
GDSOFTCLASS(NetSocket, RefCounted);
38+
3739
protected:
3840
static NetSocket *(*_create)();
3941

0 commit comments

Comments
 (0)