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 2011-03-09 18:46:25 +00:00
parent bde96c1053
commit f007dba11b
16 changed files with 95 additions and 105 deletions

View file

@ -31,7 +31,7 @@
//==============================================================================
void Logger::outputDebugString (const String& text)
{
OutputDebugString ((text + "\n").toUTF16());
OutputDebugString ((text + "\n").toWideCharPointer());
}
//==============================================================================