summaryrefslogtreecommitdiffstats
path: root/src/extension/print.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension/print.cpp')
-rw-r--r--src/extension/print.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extension/print.cpp b/src/extension/print.cpp
index 6f8c1afd2..eded694a5 100644
--- a/src/extension/print.cpp
+++ b/src/extension/print.cpp
@@ -79,14 +79,14 @@ Print::comment (const char * comment)
}
unsigned int
-Print::fill (const NRBPath *bpath, const NR::Matrix *ctm, const SPStyle *style,
+Print::fill (const const_NRBPath *bpath, const NR::Matrix *ctm, const SPStyle *style,
const NRRect *pbox, const NRRect *dbox, const NRRect *bbox)
{
return imp->fill (this, bpath, ctm, style, pbox, dbox, bbox);
}
unsigned int
-Print::stroke (const NRBPath *bpath, const NR::Matrix *transform, const SPStyle *style,
+Print::stroke (const const_NRBPath *bpath, const NR::Matrix *transform, const SPStyle *style,
const NRRect *pbox, const NRRect *dbox, const NRRect *bbox)
{
return imp->stroke (this, bpath, transform, style, pbox, dbox, bbox);