diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-02-10 14:13:16 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-02-10 14:13:16 +0100 |
commit | 20a76c9e43b593e503a2901f6a8d53eb0b4bc4f3 (patch) | |
tree | ba392036e9faabbda843d9cbe13ef4d2fca85233 /slideshow/source | |
parent | 1bfa0da5cb6eb1fb6857b4dc4dec09eada5a66cf (diff) |
Some cppcheck cleaning
Diffstat (limited to 'slideshow/source')
-rw-r--r-- | slideshow/source/engine/shapes/viewshape.hxx | 2 |
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; } |