Merge pull request #110694 from wheatear-dev/bugfix-110693
Add `GDSOFTCLASS` to `NetSocket`
This commit is contained in:
commit
ebbd5a7ff5
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,8 @@
|
|||
#include "core/object/ref_counted.h"
|
||||
|
||||
class NetSocket : public RefCounted {
|
||||
GDSOFTCLASS(NetSocket, RefCounted);
|
||||
|
||||
protected:
|
||||
static NetSocket *(*_create)();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue