mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-03 00:46:55 +02:00
Fix build
This commit is contained in:
@ -91,7 +91,7 @@ const HeroTypeService * LibClasses::heroTypes() const
|
||||
#if SCRIPTING_ENABLED
|
||||
const scripting::Service * LibClasses::scripts() const
|
||||
{
|
||||
return scriptHandler;
|
||||
return scriptHandler.get();
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user