Skip to content

Commit f2bab45

Browse files
committed
Fix GDExtensionLoader using the wrong super type in GDSOFTCLASS.
1 parent e37c626 commit f2bab45

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)