Skip to content

Commit 18f5b66

Browse files
committed
Merge pull request #105817 from Ivorforce/extension-loader-gdclass-fix
Fix `GDExtensionLoader` using the wrong super type in `GDSOFTCLASS`.
2 parents 22b2262 + f2bab45 commit 18f5b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/extension/gdextension_loader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
class GDExtension;
3636

3737
class GDExtensionLoader : public RefCounted {
38-
GDSOFTCLASS(GDExtensionLoader, GDExtensionLoader);
38+
GDSOFTCLASS(GDExtensionLoader, RefCounted);
3939

4040
public:
4141
virtual Error open_library(const String &p_path) = 0;

0 commit comments

Comments
 (0)