aboutsummaryrefslogtreecommitdiffstats
path: root/src/body.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/body.cpp')
-rw-r--r--src/body.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/body.cpp b/src/body.cpp
index 135b1e14..9f6a235e 100644
--- a/src/body.cpp
+++ b/src/body.cpp
@@ -515,7 +515,7 @@ const ref <const contentHandler> body::getContents() const
}
-void body::setContents(ref <contentHandler> contents)
+void body::setContents(ref <const contentHandler> contents)
{
m_contents = contents;
}