mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
Demos: Fix missing prototype warning
This commit is contained in:
parent
7eb99ed8ec
commit
6dc002b89c
3 changed files with 6 additions and 6 deletions
|
|
@ -303,7 +303,7 @@ public:
|
|||
child process to launch when the command line parameters indicate that we're
|
||||
being asked to run as a child process.
|
||||
*/
|
||||
bool invokeChildProcessDemo (const String& commandLine)
|
||||
inline bool invokeChildProcessDemo (const String& commandLine)
|
||||
{
|
||||
auto worker = std::make_unique<DemoWorkerProcess>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue