Declare a local variable in filefn.cpp as const

No real changes, just make a variable which is set only once const.
This commit is contained in:
orbitcowboy
2017-03-31 14:09:58 +02:00
committed by VZ
parent 72e67d0c52
commit 15ae00d7a2

View File

@@ -1607,7 +1607,7 @@ static bool wxCheckWin32Permission(const wxString& path, DWORD access)
return false; return false;
} }
HANDLE h = ::CreateFile const HANDLE h = ::CreateFile
( (
path.t_str(), path.t_str(),
access, access,