diff options
Diffstat (limited to 'src/net/inventoryhandler.h')
-rw-r--r-- | src/net/inventoryhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/inventoryhandler.h b/src/net/inventoryhandler.h index 3fa58f93f..b7bd313a9 100644 --- a/src/net/inventoryhandler.h +++ b/src/net/inventoryhandler.h @@ -109,6 +109,8 @@ class InventoryHandler notfinal virtual void expandInventory() const = 0; virtual void expandInventoryConfirm() const = 0; + + virtual void expandInventoryReject() const = 0; }; } // namespace Net |