1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fix a Linux build error in previous commit

This commit is contained in:
ed 2018-10-25 16:55:29 +01:00
parent 9684de485c
commit e7cf00e977

View file

@ -852,7 +852,7 @@ File ProjucerApplication::tryToFindDemoRunnerProject()
if (projectFolder == File())
{
lastDemoRunnerProjectFile = {};
lastDemoRunnerProjectFile = File();
return {};
}