summaryrefslogtreecommitdiff
path: root/src/flooritem.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-10-27 00:13:42 +0300
committerAndrei Karas <akaras@inbox.ru>2012-10-27 00:13:42 +0300
commitf09ab3acb547b786289cd78b51577df6ef669fc6 (patch)
treee610bd6251e6105f117db9ed80481ce223e050ce /src/flooritem.h
parent75a80fdfdce4be53ce7d7b1d02400d3f79a144c0 (diff)
downloadplus-f09ab3acb547b786289cd78b51577df6ef669fc6.tar.gz
plus-f09ab3acb547b786289cd78b51577df6ef669fc6.tar.bz2
plus-f09ab3acb547b786289cd78b51577df6ef669fc6.tar.xz
plus-f09ab3acb547b786289cd78b51577df6ef669fc6.zip
Fix code style.
Diffstat (limited to 'src/flooritem.h')
-rw-r--r--src/flooritem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flooritem.h b/src/flooritem.h
index 0542d2f11..e497d0bc6 100644
--- a/src/flooritem.h
+++ b/src/flooritem.h
@@ -97,7 +97,7 @@ class FloorItem final : public ActorSprite
void disableHightlight()
{ mHighlight = false; }
- Cursor::Cursor getHoverCursor()
+ Cursor::Cursor getHoverCursor() const
{ return mCursor; }
private: