Adding nodiscard for erase
This commit is contained in:
parent
f245f84601
commit
d610ba3762
1 changed files with 1 additions and 1 deletions
|
|
@ -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<std::uint32_t> &get_plus_operation() const { return plus; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue