From b05039de3de4e4d2554e5a690d3779cbfc69f2c9 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Wed, 3 Feb 2010 11:01:40 +0000 Subject: [PATCH] Fixed compilation issue on Windows. --- src/platforms/windows/windowsFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),