summaryrefslogtreecommitdiffstats
path: root/src/model/Entity.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/Entity.hpp')
-rw-r--r--src/model/Entity.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/Entity.hpp b/src/model/Entity.hpp
index eab6983..331cb4f 100644
--- a/src/model/Entity.hpp
+++ b/src/model/Entity.hpp
@@ -47,7 +47,7 @@ private:
public:
Entity(const std::string &name0)
- : name(name0), direction(NORTH) {
+ : name(name0), direction(Direction::NORTH) {
}
const std::string & getName() const {