diff options
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
