1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-02 03:20:06 +00:00

Fixed Linux compile error in Projucer

This commit is contained in:
ed 2016-09-16 15:14:09 +01:00
parent acefbcde27
commit 0c87af8992

View file

@ -479,7 +479,7 @@ Component* ProjectContentComponent::createBuildTab (CompileEngineChildProcess* c
#if JUCE_LINUX
ignoreUnused (child);
return new ProjucerDisabledComp ("Linux support is still under development - "
"please check for updates at www.juce.com!", false, false);
"please check for updates at www.juce.com!", false, false, false, false);
#else
if (child != nullptr)
{