1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00

Updated iphone project with new files.

This commit is contained in:
Julian Storer 2010-01-18 12:26:08 +00:00
parent 527159432b
commit 24c60f447c
2 changed files with 5 additions and 2 deletions

View file

@ -3157,8 +3157,7 @@ void SystemTrayIconComponent::setIconTooltip (const String& tooltip)
//==============================================================================
void PlatformUtilities::beep()
{
fprintf (stdout, "\a");
fflush (stdout);
std::cout << "\a" << std::flush;
}