mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-21 01:24:21 +00:00
Minor clean-ups.
This commit is contained in:
parent
6bcc8febca
commit
419aac8074
58 changed files with 656 additions and 743 deletions
|
|
@ -40,7 +40,7 @@ Logger::~Logger()
|
|||
}
|
||||
|
||||
//==============================================================================
|
||||
static Logger* currentLogger = 0;
|
||||
Logger* Logger::currentLogger = 0;
|
||||
|
||||
void Logger::setCurrentLogger (Logger* const newLogger,
|
||||
const bool deleteOldLogger)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue