From d6521b07f407e70e0eb94efd5136049e2cc6cc33 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 18 Apr 2015 14:43:26 +0100 Subject: fix higher debug levels Change-Id: I78a2b74a4e80018a8093457cb15a93d49c0ff8f3 --- slideshow/source/engine/slideview.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'slideshow') 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 ); -- cgit