We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2753d33 commit c652119Copy full SHA for c652119
core/io/net_socket.h
@@ -34,6 +34,8 @@
34
#include "core/object/ref_counted.h"
35
36
class NetSocket : public RefCounted {
37
+ GDSOFTCLASS(NetSocket, RefCounted);
38
+
39
protected:
40
static NetSocket *(*_create)();
41
0 commit comments