summaryrefslogtreecommitdiffstats
path: root/emfio/inc/wmfreader.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'emfio/inc/wmfreader.hxx')
-rw-r--r--emfio/inc/wmfreader.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/emfio/inc/wmfreader.hxx b/emfio/inc/wmfreader.hxx
index 9e1059d63760..279f3e4caeee 100644
--- a/emfio/inc/wmfreader.hxx
+++ b/emfio/inc/wmfreader.hxx
@@ -55,7 +55,7 @@ namespace emfio
bool ReadHeader();
// reads parameters of the record with the functionnumber nFunction.
- void ReadRecordParams(sal_uInt16 nFunction);
+ void ReadRecordParams(sal_uInt32 nRecordSize, sal_uInt16 nFunction);
Point ReadPoint(); // reads and converts a point (first X then Y)
Point ReadYX(); // reads and converts a point (first Y then X)