You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add and require GDSOFTCLASS for Object subclasses that want to cast but do not use GDCLASS.
This commit is contained in:
@@ -56,7 +56,7 @@ public:
|
||||
void clear();
|
||||
|
||||
CookieContextMbedTLS();
|
||||
~CookieContextMbedTLS();
|
||||
~CookieContextMbedTLS() override;
|
||||
};
|
||||
|
||||
class TLSContextMbedTLS : public RefCounted {
|
||||
@@ -83,5 +83,5 @@ public:
|
||||
mbedtls_ssl_context *get_context();
|
||||
|
||||
TLSContextMbedTLS();
|
||||
~TLSContextMbedTLS();
|
||||
~TLSContextMbedTLS() override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user