diff options
Diffstat (limited to 'src/inventory.cpp')
-rw-r--r-- | src/inventory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inventory.cpp b/src/inventory.cpp index ebbf31326..64f13478b 100644 --- a/src/inventory.cpp +++ b/src/inventory.cpp @@ -37,7 +37,7 @@ #include "debug.h" -struct SlotUsed : public std::unary_function<Item*, bool> +struct SlotUsed final : public std::unary_function<Item*, bool> { bool operator()(const Item *const item) const { |