summaryrefslogtreecommitdiff
path: root/src/resources/beinginfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/beinginfo.h')
-rw-r--r--src/resources/beinginfo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/beinginfo.h b/src/resources/beinginfo.h
index dea8533c9..d5c0c6b28 100644
--- a/src/resources/beinginfo.h
+++ b/src/resources/beinginfo.h
@@ -75,7 +75,8 @@ class BeingInfo
~BeingInfo();
- void setName(const std::string &name) { mName = name; }
+ void setName(const std::string &name)
+ { mName = name; }
const std::string &getName() const
{ return mName; }