diff options
Diffstat (limited to 'src/gui/widgets/shopitems.h')
-rw-r--r-- | src/gui/widgets/shopitems.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/shopitems.h b/src/gui/widgets/shopitems.h index dc0b5cbf1..5a9e36151 100644 --- a/src/gui/widgets/shopitems.h +++ b/src/gui/widgets/shopitems.h @@ -52,7 +52,7 @@ class ShopItems final : public gcn::ListModel */ ShopItems(const bool mergeDuplicates = false); - A_DELETE_COPY(ShopItems); + A_DELETE_COPY(ShopItems) ~ShopItems(); |