Fixes for Arbutils changes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-14 16:26:30 +02:00
parent de6d39376f
commit a4471ec5b1
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ namespace CreatureLib::Library {
Item(const ArbUt::StringView& name, ItemCategory category, BattleItemCategory battleCategory, i32 price,
const SecondaryEffect* nullable effect, const SecondaryEffect* nullable battleTriggerEffect,
const std::unordered_set<u32>& flags) noexcept;
NO_COPY_OR_MOVE(Item)
NO_COPY_OR_MOVE(Item);
virtual ~Item();