diff options
Diffstat (limited to 'src/shopitem.h')
-rw-r--r-- | src/shopitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shopitem.h b/src/shopitem.h index 25a5a0da3..f42f9ca9c 100644 --- a/src/shopitem.h +++ b/src/shopitem.h @@ -57,7 +57,7 @@ class ShopItem final : public Item */ ShopItem(const int id, const unsigned char color, const int price); - A_DELETE_COPY(ShopItem); + A_DELETE_COPY(ShopItem) /** * Destructor. |