1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Oops - fixed win32 typo in last commit.

This commit is contained in:
jules 2014-11-12 16:58:46 +00:00
parent 8980ed2b9c
commit 0fe7802c93

View file

@ -163,7 +163,7 @@ bool File::setFileReadOnlyInternal (const bool shouldBeReadOnly) const
|| SetFileAttributes (fullPath.toWideCharPointer(), newAtts) != FALSE;
}
bool File::setFileExecutableInternal (bool shouldBeExecutable)
bool File::setFileExecutableInternal (bool /*shouldBeExecutable*/) const
{
// XXX is this possible?
return false;