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

Minor clean-ups.

This commit is contained in:
Julian Storer 2010-01-04 15:24:13 +00:00
parent c7957d7d1e
commit 8bf4d88d97
90 changed files with 1681 additions and 1717 deletions

View file

@ -46,7 +46,7 @@ BEGIN_JUCE_NAMESPACE
#include "../threads/juce_Process.h"
#include "../core/juce_PlatformUtilities.h"
void juce_setCurrentThreadName (const String& name) throw();
void juce_setCurrentThreadName (const String& name);
static JUCEApplication* appInstance = 0;