summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/being.h b/src/being.h
index 9ac014e0..76e2edae 100644
--- a/src/being.h
+++ b/src/being.h
@@ -261,7 +261,8 @@ class Being : public ActorSprite, public EventListener
* Sets visible equipments for this being.
*/
void setSprite(unsigned int slot, int id,
- const std::string &color = "", bool isWeapon = false);
+ const std::string &color = std::string(),
+ bool isWeapon = false);
void setSpriteID(unsigned int slot, int id);