1
0
Fork 0
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:
jules 2012-07-25 20:02:03 +01:00
parent bddebf3433
commit 88c17da08b
3 changed files with 16 additions and 15 deletions

View file

@ -236,6 +236,7 @@ Result Project::loadDocument (const File& file)
removeDefunctExporters();
setMissingDefaultValues();
setChangedFlag (false);
return Result::ok();
}