From fa67ace8045dfd6fab30b251722936e88dd4ea35 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 19 Oct 2013 14:41:19 +0300 Subject: fix const in definition in viewport. --- src/gui/viewport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/viewport.h') diff --git a/src/gui/viewport.h b/src/gui/viewport.h index 45b5fd753..c308603c6 100644 --- a/src/gui/viewport.h +++ b/src/gui/viewport.h @@ -123,7 +123,7 @@ class Viewport final : public WindowContainer, * Shows a popup for an item. * TODO Find some way to get rid of Item here */ - void showPopup(Window *parent, const int x, const int y, + void showPopup(Window *const parent, const int x, const int y, Item *const item, const bool isInventory = true); /** -- cgit v1.2.3-60-g2f50