summaryrefslogtreecommitdiff
path: root/src/gui/statuswindow.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-09-18 18:56:46 +0300
committerAndrei Karas <akaras@inbox.ru>2013-09-18 19:07:49 +0300
commite85c6227064c905945a4d49a5e11a0078243a1ac (patch)
tree01cab11bccef2c2b47f78d1f32884f6e199db2bd /src/gui/statuswindow.h
parent3c7d4f339c20bc665efa6f6666171f0ca610203b (diff)
downloadManaVerse-e85c6227064c905945a4d49a5e11a0078243a1ac.tar.gz
ManaVerse-e85c6227064c905945a4d49a5e11a0078243a1ac.tar.bz2
ManaVerse-e85c6227064c905945a4d49a5e11a0078243a1ac.tar.xz
ManaVerse-e85c6227064c905945a4d49a5e11a0078243a1ac.zip
add missing const in being classes.
Diffstat (limited to 'src/gui/statuswindow.h')
-rw-r--r--src/gui/statuswindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/statuswindow.h b/src/gui/statuswindow.h
index d7d465d10..eebcd12ca 100644
--- a/src/gui/statuswindow.h
+++ b/src/gui/statuswindow.h
@@ -55,7 +55,7 @@ class StatusWindow final : public Window,
A_DELETE_COPY(StatusWindow)
- void processEvent(Channels channel,
+ void processEvent(const Channels channel,
const DepricatedEvent &event) override;
void setPointsNeeded(const int id, const int needed);