mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-24 01:54:22 +00:00
Oops - fixed win32 typo in last commit.
This commit is contained in:
parent
9c884f79d3
commit
1313eb0bef
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