diff options
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.cpp b/src/being.cpp index 253c2d24..880263af 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -80,7 +80,7 @@ void Being::clearPath() mPath.clear(); } -void Being::setPath(std::list<PATH_NODE> path) +void Being::setPath(const Path &path) { mPath = path; |