From ecc0dbab411d6f1f741dd19d0bc593ecc36a4941 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 23 Sep 2012 16:24:39 +0300 Subject: fix code style. --- src/resources/beinginfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/resources') diff --git a/src/resources/beinginfo.h b/src/resources/beinginfo.h index 8b25b4564..0d3973a5c 100644 --- a/src/resources/beinginfo.h +++ b/src/resources/beinginfo.h @@ -151,13 +151,13 @@ class BeingInfo bool isTargetSelection() const { return mTargetSelection; } - int getSortOffsetY() + int getSortOffsetY() const { return mSortOffsetY; } void setSortOffsetY(const int n) { mSortOffsetY = n; } - int getDeadSortOffsetY() + int getDeadSortOffsetY() const { return mDeadSortOffsetY; } void setDeadSortOffsetY(const int n) -- cgit v1.2.3-60-g2f50