diff --git a/src/platforms/windows/windowsFile.cpp b/src/platforms/windows/windowsFile.cpp index 82c5696f..624612af 100644 --- a/src/platforms/windows/windowsFile.cpp +++ b/src/platforms/windows/windowsFile.cpp @@ -268,7 +268,7 @@ bool windowsFile::canWrite() const return true; } -const windowsFile::length_type windowsFile::getLength() +windowsFile::length_type windowsFile::getLength() { HANDLE hFile = CreateFile( m_nativePath.c_str(),