1
0
Fork 0

Fix `GDExtensionLoader` using the wrong super type in `GDSOFTCLASS`.

This commit is contained in:
Lukas Tenbrink 2025-04-27 10:28:08 +02:00
parent e37c6261ea
commit f2bab45202
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
class GDExtension;
class GDExtensionLoader : public RefCounted {
GDSOFTCLASS(GDExtensionLoader, GDExtensionLoader);
GDSOFTCLASS(GDExtensionLoader, RefCounted);
public:
virtual Error open_library(const String &p_path) = 0;