summaryrefslogtreecommitdiff
path: root/slideshow/source/engine
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-04-18 14:43:26 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-04-18 14:43:57 +0100
commitd6521b07f407e70e0eb94efd5136049e2cc6cc33 (patch)
treed67bf0e1154a2b12cbe23289f55040773aae724b /slideshow/source/engine
parent89f5c1516fd3cf96488d97f62065b1ae0bdb9efa (diff)
fix higher debug levels
Change-Id: I78a2b74a4e80018a8093457cb15a93d49c0ff8f3
Diffstat (limited to 'slideshow/source/engine')
-rw-r--r--slideshow/source/engine/slideview.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/slideshow/source/engine/slideview.cxx b/slideshow/source/engine/slideview.cxx
index 90d38699dab1..04170a72cc1b 100644
--- a/slideshow/source/engine/slideview.cxx
+++ b/slideshow/source/engine/slideview.cxx
@@ -196,8 +196,7 @@ void clearRect( ::cppcanvas::CanvasSharedPtr const& pCanvas,
if( pCanvas->getClip() )
{
::cppcanvas::PolyPolygonSharedPtr pPolyPoly2(
- ::cppcanvas::BaseGfxFactory::getInstance().createPolyPolygon( pCliplessCanvas,
- aPoly ));
+ ::cppcanvas::BaseGfxFactory::createPolyPolygon( pCliplessCanvas, aPoly ));
if( pPolyPoly2 )
{
pPolyPoly2->setRGBALineColor( 0x008000FFU );