summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/services.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/vcl/services.cxx')
-rw-r--r--canvas/source/vcl/services.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/canvas/source/vcl/services.cxx b/canvas/source/vcl/services.cxx
index 001160c90f48..1417c78c0111 100644
--- a/canvas/source/vcl/services.cxx
+++ b/canvas/source/vcl/services.cxx
@@ -52,7 +52,7 @@ namespace vclcanvas
return xRet;
}
- sdecl::class_<Canvas, sdecl::with_args<true> > serviceImpl1(&initCanvas);
+ sdecl::class_<Canvas, sdecl::with_args<true> > const serviceImpl1(&initCanvas);
const sdecl::ServiceDecl vclCanvasDecl(
serviceImpl1,
CANVAS_IMPLEMENTATION_NAME,
@@ -65,7 +65,7 @@ namespace vclcanvas
return xRet;
}
- sdecl::class_<SpriteCanvas, sdecl::with_args<true> > serviceImpl2(&initSpriteCanvas);
+ sdecl::class_<SpriteCanvas, sdecl::with_args<true> > const serviceImpl2(&initSpriteCanvas);
const sdecl::ServiceDecl vclSpriteCanvasDecl(
serviceImpl2,
SPRITECANVAS_IMPLEMENTATION_NAME,