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.
2 parents 22b2262 + f2bab45 commit 18f5b66Copy full SHA for 18f5b66
core/extension/gdextension_loader.h
@@ -35,7 +35,7 @@
35
class GDExtension;
36
37
class GDExtensionLoader : public RefCounted {
38
- GDSOFTCLASS(GDExtensionLoader, GDExtensionLoader);
+ GDSOFTCLASS(GDExtensionLoader, RefCounted);
39
40
public:
41
virtual Error open_library(const String &p_path) = 0;
0 commit comments