summaryrefslogtreecommitdiff
path: root/writerperfect/source/common/DirectoryStream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/source/common/DirectoryStream.cxx')
-rw-r--r--writerperfect/source/common/DirectoryStream.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/writerperfect/source/common/DirectoryStream.cxx b/writerperfect/source/common/DirectoryStream.cxx
index 19ec454b293e..eb275abec5e5 100644
--- a/writerperfect/source/common/DirectoryStream.cxx
+++ b/writerperfect/source/common/DirectoryStream.cxx
@@ -211,9 +211,9 @@ const unsigned char* DirectoryStream::read(unsigned long, unsigned long& nNumByt
return nullptr;
}
-int DirectoryStream::seek(long, librevenge::RVNG_SEEK_TYPE) { return -1; }
+int DirectoryStream::seek(tools::Long, librevenge::RVNG_SEEK_TYPE) { return -1; }
-long DirectoryStream::tell() { return 0; }
+tools::Long DirectoryStream::tell() { return 0; }
bool DirectoryStream::isEnd() { return true; }
}