mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-27 02:20:05 +00:00
Minor clean-ups.
This commit is contained in:
parent
c7957d7d1e
commit
8bf4d88d97
90 changed files with 1681 additions and 1717 deletions
|
|
@ -95,7 +95,7 @@ static bool untrapErrors()
|
|||
//==============================================================================
|
||||
static bool isActiveApplication = false;
|
||||
|
||||
bool Process::isForegroundProcess() throw()
|
||||
bool Process::isForegroundProcess()
|
||||
{
|
||||
return isActiveApplication;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue