From f24ddad3fa0f843eb29a281426151cf1a5f31f4b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 4 Sep 2012 23:47:11 +0300 Subject: add const to more classes, fix other small style issues. --- src/resources/beinginfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/resources/beinginfo.h') diff --git a/src/resources/beinginfo.h b/src/resources/beinginfo.h index 130cb26ea..2d5971f91 100644 --- a/src/resources/beinginfo.h +++ b/src/resources/beinginfo.h @@ -90,7 +90,7 @@ class BeingInfo void setTargetCursorSize(const std::string &size); void setTargetCursorSize(const ActorSprite::TargetCursorSize - targetSize) + &targetSize) { mTargetCursorSize = targetSize; } ActorSprite::TargetCursorSize getTargetCursorSize() const @@ -115,7 +115,7 @@ class BeingInfo unsigned char getWalkMask() const { return mWalkMask; } - void setBlockType(const Map::BlockType blockType) + void setBlockType(const Map::BlockType &blockType) { mBlockType = blockType; } Map::BlockType getBlockType() const -- cgit v1.2.3-70-g09d2