summaryrefslogtreecommitdiff
path: root/include/svx/view3d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/view3d.hxx')
-rw-r--r--include/svx/view3d.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/svx/view3d.hxx b/include/svx/view3d.hxx
index 48ff9b6f12b2..be4381c21351 100644
--- a/include/svx/view3d.hxx
+++ b/include/svx/view3d.hxx
@@ -63,7 +63,10 @@ protected:
void BreakSingle3DObj(E3dObject* pObj);
public:
- E3dView(SdrModel* pModel, OutputDevice* pOut);
+ E3dView(
+ SdrModel& rSdrModel,
+ OutputDevice* pOut);
+
virtual ~E3dView() override;
// Output all marked Objects on the given OutputDevice.