summaryrefslogtreecommitdiff
path: root/src/actor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/actor.cpp')
-rw-r--r--src/actor.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/actor.cpp b/src/actor.cpp
index 6a11c6e91..5af1f47d3 100644
--- a/src/actor.cpp
+++ b/src/actor.cpp
@@ -31,7 +31,8 @@
Actor::Actor():
mMap(nullptr),
mYDiff(0)
-{}
+{
+}
Actor::~Actor()
{