diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-04-18 14:43:26 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-04-18 14:43:57 +0100 |
commit | d6521b07f407e70e0eb94efd5136049e2cc6cc33 (patch) | |
tree | d67bf0e1154a2b12cbe23289f55040773aae724b | |
parent | 89f5c1516fd3cf96488d97f62065b1ae0bdb9efa (diff) |
fix higher debug levels
Change-Id: I78a2b74a4e80018a8093457cb15a93d49c0ff8f3
-rw-r--r-- | slideshow/source/engine/slideview.cxx | 3 |
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 ); |