summaryrefslogtreecommitdiff
path: root/src/listeners/buyingstoremodelistener.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/listeners/buyingstoremodelistener.h')
-rw-r--r--src/listeners/buyingstoremodelistener.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/listeners/buyingstoremodelistener.h b/src/listeners/buyingstoremodelistener.h
index 13ac13dee..5da4e901e 100644
--- a/src/listeners/buyingstoremodelistener.h
+++ b/src/listeners/buyingstoremodelistener.h
@@ -28,6 +28,8 @@
class BuyingStoreModeListener notfinal
{
public:
+ A_DELETE_COPY(BuyingStoreModeListener)
+
virtual void buyingStoreEnabled(const bool b) = 0;
static void distributeEvent(const bool b);