From 3b34655cc5ba586a616533e2efe3426d7c4e5aef Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 3 Oct 2014 09:18:24 +0200 Subject: loplugin: cstylecast Change-Id: Id2b5b2510fb13f77592d7a0455f34ccd8a20c2d7 --- include/svx/scene3d.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include/svx/scene3d.hxx') diff --git a/include/svx/scene3d.hxx b/include/svx/scene3d.hxx index 86c7ecc423ac..332fa2a7fa8d 100644 --- a/include/svx/scene3d.hxx +++ b/include/svx/scene3d.hxx @@ -219,6 +219,7 @@ public: // get transformations B3dCamera& GetCameraSet() { return aCameraSet; } + const B3dCamera& GetCameraSet() const { return aCameraSet; } // break up virtual bool IsBreakObjPossible() SAL_OVERRIDE; -- cgit