summaryrefslogtreecommitdiff
path: root/src/being/localplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r--src/being/localplayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h
index 712556ea8..95194a781 100644
--- a/src/being/localplayer.h
+++ b/src/being/localplayer.h
@@ -520,8 +520,8 @@ class LocalPlayer final : public Being,
const unsigned index,
const unsigned sz) const A_WARN_UNUSED;
- void changeMode(unsigned *const var, const unsigned limit,
- const char *const conf,
+ void changeMode(unsigned *restrict const var, const unsigned limit,
+ const char *restrict const conf,
std::string (LocalPlayer::*const func)(),
const unsigned def = 0,
const bool save = true);