diff --git a/include/billy_objects.hpp b/include/billy_objects.hpp index db4289a..2dd3371 100644 --- a/include/billy_objects.hpp +++ b/include/billy_objects.hpp @@ -55,7 +55,7 @@ namespace character { [[nodiscard]] bool insert_object(CharacterSheet &sheet, const billyEnums objType) noexcept; - bool erase_object(CharacterSheet &sheet, const billyEnums objToErase) noexcept; + [[nodiscard]] bool erase_object(CharacterSheet &sheet, const billyEnums objToErase) noexcept; [[nodiscard]] const std::plus &get_plus_operation() const { return plus; }