mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Removed const-ness from a couple of LookAndFeel method return values.
This commit is contained in:
parent
bddebf3433
commit
88c17da08b
3 changed files with 16 additions and 15 deletions
|
|
@ -236,6 +236,7 @@ Result Project::loadDocument (const File& file)
|
|||
|
||||
removeDefunctExporters();
|
||||
setMissingDefaultValues();
|
||||
setChangedFlag (false);
|
||||
|
||||
return Result::ok();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue