diff options
Diffstat (limited to 'src/gui/shopwindow.h')
-rw-r--r-- | src/gui/shopwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/shopwindow.h b/src/gui/shopwindow.h index 58725afcf..874353873 100644 --- a/src/gui/shopwindow.h +++ b/src/gui/shopwindow.h @@ -136,7 +136,7 @@ class ShopWindow : public Window, public gcn::ActionListener, bool checkFloodCounter(int &counterTime) const; - bool isShopEmpty(); + bool isShopEmpty() const; private: void startTrade(); |