Browse Source

Oops - fixed win32 typo in last commit.

tags/2021-05-28
jules 10 years ago
parent
commit
0fe7802c93
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_core/native/juce_win32_Files.cpp

+ 1
- 1
modules/juce_core/native/juce_win32_Files.cpp 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;


Loading…
Cancel
Save