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:
parent
9684de485c
commit
e7cf00e977
1 changed files with 1 additions and 1 deletions
|
|
@ -852,7 +852,7 @@ File ProjucerApplication::tryToFindDemoRunnerProject()
|
|||
|
||||
if (projectFolder == File())
|
||||
{
|
||||
lastDemoRunnerProjectFile = {};
|
||||
lastDemoRunnerProjectFile = File();
|
||||
return {};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue