diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-10-27 00:13:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-10-27 00:13:42 +0300 |
commit | f09ab3acb547b786289cd78b51577df6ef669fc6 (patch) | |
tree | e610bd6251e6105f117db9ed80481ce223e050ce /src/flooritem.h | |
parent | 75a80fdfdce4be53ce7d7b1d02400d3f79a144c0 (diff) | |
download | plus-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.h | 2 |
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: |