From ca591dbd230bf49abad63bb13a30d04cc4725ff8 Mon Sep 17 00:00:00 2001 From: Tom Tanner Date: Tue, 23 Jun 2015 20:27:38 +0100 Subject: and now I find out I don't need to do it at all --- src/settings.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/settings.h') diff --git a/src/settings.h b/src/settings.h index 7d6fe229..def1dc5c 100644 --- a/src/settings.h +++ b/src/settings.h @@ -202,12 +202,12 @@ public: /** * @return true if the user configured the use of a network proxy */ - bool useProxy(); + bool useProxy() const; /** * @return true if the user wants to see non-official plugins installed outside MO in his mod list */ - bool displayForeign(); + bool displayForeign() const; /** * @brief sets the new motd hash -- cgit v1.3.1