You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Fix GDExtensionLoader using the wrong super type in GDSOFTCLASS.
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
class GDExtension;
|
class GDExtension;
|
||||||
|
|
||||||
class GDExtensionLoader : public RefCounted {
|
class GDExtensionLoader : public RefCounted {
|
||||||
GDSOFTCLASS(GDExtensionLoader, GDExtensionLoader);
|
GDSOFTCLASS(GDExtensionLoader, RefCounted);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
virtual Error open_library(const String &p_path) = 0;
|
virtual Error open_library(const String &p_path) = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user