diff options
Diffstat (limited to '')
-rw-r--r-- | src/body.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/body.cpp b/src/body.cpp index becb49cc..85e1f4f7 100644 --- a/src/body.cpp +++ b/src/body.cpp @@ -678,7 +678,7 @@ bodyPart* body::getPartAt(const int pos) } -const bodyPart* const body::getPartAt(const int pos) const +const bodyPart* body::getPartAt(const int pos) const { return (m_parts[pos]); } |