summaryrefslogtreecommitdiff
path: root/include/drawinglayer/processor2d/processorfromoutputdevice.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/drawinglayer/processor2d/processorfromoutputdevice.hxx')
-rw-r--r--include/drawinglayer/processor2d/processorfromoutputdevice.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drawinglayer/processor2d/processorfromoutputdevice.hxx b/include/drawinglayer/processor2d/processorfromoutputdevice.hxx
index f5ba9da79987..fb434f229739 100644
--- a/include/drawinglayer/processor2d/processorfromoutputdevice.hxx
+++ b/include/drawinglayer/processor2d/processorfromoutputdevice.hxx
@@ -38,7 +38,7 @@ namespace drawinglayer::processor2d
// deletion is duty of the caller
DRAWINGLAYER_DLLPUBLIC std::unique_ptr<drawinglayer::processor2d::BaseProcessor2D> createBaseProcessor2DFromOutputDevice(
OutputDevice& rTargetOutDev,
- const drawinglayer::geometry::ViewInformation2D& rViewInformation2D);
+ drawinglayer::primitive2d::VisitingParameters const& rParameters);
} // end of namespace drawinglayer::processor2d