From 5c3746562bafd61603c67958fc82ff097a69e3a4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 2 Feb 2014 12:49:08 +0300 Subject: Add missing const and static into other classes. --- src/dragdrop.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dragdrop.h') diff --git a/src/dragdrop.h b/src/dragdrop.h index 42d01c238..99cfb1ee7 100644 --- a/src/dragdrop.h +++ b/src/dragdrop.h @@ -75,10 +75,10 @@ class DragDrop final mItemImage->decRef(); } - int getItem() + int getItem() const { return mItem; } - int getItemColor() + int getItemColor() const { return mItemColor; } Image *getItemImage() -- cgit v1.2.3-60-g2f50