summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/shapes/viewshape.hxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-02-10 14:13:16 +0100
committerJulien Nabet <serval2412@yahoo.fr>2011-02-10 14:13:16 +0100
commit20a76c9e43b593e503a2901f6a8d53eb0b4bc4f3 (patch)
treeba392036e9faabbda843d9cbe13ef4d2fca85233 /slideshow/source/engine/shapes/viewshape.hxx
parent1bfa0da5cb6eb1fb6857b4dc4dec09eada5a66cf (diff)
Some cppcheck cleaning
Diffstat (limited to 'slideshow/source/engine/shapes/viewshape.hxx')
-rw-r--r--slideshow/source/engine/shapes/viewshape.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/shapes/viewshape.hxx b/slideshow/source/engine/shapes/viewshape.hxx
index 2ab97a27ca98..b1808c2c96c2 100644
--- a/slideshow/source/engine/shapes/viewshape.hxx
+++ b/slideshow/source/engine/shapes/viewshape.hxx
@@ -228,7 +228,7 @@ namespace slideshow
{
}
- ::cppcanvas::CanvasSharedPtr getDestinationCanvas()
+ ::cppcanvas::CanvasSharedPtr getDestinationCanvas() const
{
return mpDestinationCanvas;
}