diff options
Diffstat (limited to 'vcl/source/graphic/GraphicObject.cxx')
-rw-r--r-- | vcl/source/graphic/GraphicObject.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/graphic/GraphicObject.cxx b/vcl/source/graphic/GraphicObject.cxx index be83c89d0312..7710708fc6fe 100644 --- a/vcl/source/graphic/GraphicObject.cxx +++ b/vcl/source/graphic/GraphicObject.cxx @@ -295,7 +295,7 @@ void lclImplAdjust( Animation& rAnimation, const GraphicAttr& rAttr, GraphicAdju struct GrfSimpleCacheObj { Graphic maGraphic; - GraphicAttr maAttr; + GraphicAttr const maAttr; GrfSimpleCacheObj( const Graphic& rGraphic, const GraphicAttr& rAttr ) : maGraphic( rGraphic ), maAttr( rAttr ) {} |