Skip to content

Commit ebbd5a7

Browse files
committed
Merge pull request #110694 from wheatear-dev/bugfix-110693
Add `GDSOFTCLASS` to `NetSocket`
2 parents 00574d4 + c652119 commit ebbd5a7

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)