From c3ed7ea0a8c1d661bb2b31f5458b8357eab650a3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 19 Oct 2013 12:06:28 +0300 Subject: fix const in declaration in statuswindow. --- src/gui/windows/statuswindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/windows/statuswindow.cpp') diff --git a/src/gui/windows/statuswindow.cpp b/src/gui/windows/statuswindow.cpp index 80a65b1fd..0915429f9 100644 --- a/src/gui/windows/statuswindow.cpp +++ b/src/gui/windows/statuswindow.cpp @@ -126,7 +126,7 @@ class ChangeDisplay final : public AttrDisplay, gcn::ActionListener Type getType() const override { return CHANGEABLE; } - void setPointsNeeded(int needed); + void setPointsNeeded(const int needed); void action(const gcn::ActionEvent &event) override; -- cgit v1.2.3-60-g2f50