You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add GDSOFTCLASS to deeper inheritors of Object
This commit is contained in:
@@ -43,6 +43,8 @@
|
||||
class TLSContextMbedTLS;
|
||||
|
||||
class CookieContextMbedTLS : public RefCounted {
|
||||
GDSOFTCLASS(CookieContextMbedTLS, RefCounted);
|
||||
|
||||
friend class TLSContextMbedTLS;
|
||||
|
||||
protected:
|
||||
@@ -60,6 +62,8 @@ public:
|
||||
};
|
||||
|
||||
class TLSContextMbedTLS : public RefCounted {
|
||||
GDSOFTCLASS(TLSContextMbedTLS, RefCounted);
|
||||
|
||||
protected:
|
||||
bool inited = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user