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:
parent
8980ed2b9c
commit
0fe7802c93
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue