From 2fa59b9ea9cb3115d4d80d954e443dcb823b347b Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Sat, 8 Aug 2020 13:06:08 +0200 Subject: [PATCH] Update to new CreatureLib. --- .../AngelScript/TypeRegistry/Library/RegisterTypeLibrary.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ScriptResolving/AngelScript/TypeRegistry/Library/RegisterTypeLibrary.cpp b/src/ScriptResolving/AngelScript/TypeRegistry/Library/RegisterTypeLibrary.cpp index 1446f79..165fe89 100644 --- a/src/ScriptResolving/AngelScript/TypeRegistry/Library/RegisterTypeLibrary.cpp +++ b/src/ScriptResolving/AngelScript/TypeRegistry/Library/RegisterTypeLibrary.cpp @@ -4,7 +4,7 @@ void RegisterTypeLibrary::Register(asIScriptEngine* engine) { RegisterTypeLibraryType(engine); } -static bool GetTypeId(const CreatureLib::Library::TypeLibrary* obj, const ArbUt::BasicStringView& str) { +static bool GetTypeId(const CreatureLib::Library::TypeLibrary* obj, const ArbUt::StringView& str) { return obj->GetTypeId(str); }