Fixed compilation issue on Windows.

This commit is contained in:
Vincent Richard 2010-02-03 11:01:40 +00:00
parent 6298cdc850
commit b05039de3d

View File

@ -268,7 +268,7 @@ bool windowsFile::canWrite() const
return true; return true;
} }
const windowsFile::length_type windowsFile::getLength() windowsFile::length_type windowsFile::getLength()
{ {
HANDLE hFile = CreateFile( HANDLE hFile = CreateFile(
m_nativePath.c_str(), m_nativePath.c_str(),