From 854fff82b8aa33f739c5e3d3f54c5fedb78b0e23 Mon Sep 17 00:00:00 2001
From: Andrei Karas <akaras@inbox.ru>
Date: Fri, 22 Dec 2017 22:39:47 +0300
Subject: Remove default parameter from shopwindow.

---
 src/gui/windows/shopwindow.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

(limited to 'src')

diff --git a/src/gui/windows/shopwindow.h b/src/gui/windows/shopwindow.h
index e96ab3de8..19ceca838 100644
--- a/src/gui/windows/shopwindow.h
+++ b/src/gui/windows/shopwindow.h
@@ -127,8 +127,9 @@ class ShopWindow final : public Window,
 
         void giveList(const std::string &nick, const int mode);
 
-        void sendMessage(const std::string &nick, std::string data,
-                         const bool random = false);
+        void sendMessage(const std::string &nick,
+                         std::string data,
+                         const bool random);
 
         static void showList(const std::string &nick, std::string data);
 
-- 
cgit v1.2.3-70-g09d2