diff options
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r-- | src/being/localplayer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h index 5e0cf9ea6..abc4644e2 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -374,7 +374,7 @@ class LocalPlayer final : public Being, */ void optionChanged(const std::string &value) override; - void processEvent(Channels channel, + void processEvent(const Channels channel, const DepricatedEvent &event) override; /** @@ -468,7 +468,7 @@ class LocalPlayer final : public Being, void updateStatus() const; void setTestParticle(const std::string &fileName, - bool updateHash = true); + const bool updateHash = true); std::string getInvertDirectionString(); |