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.
GDExtensionLoader
GDSOFTCLASS
1 parent e37c626 commit f2bab45Copy full SHA for f2bab45
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