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:
parent
527159432b
commit
24c60f447c
2 changed files with 5 additions and 2 deletions
|
|
@ -3157,8 +3157,7 @@ void SystemTrayIconComponent::setIconTooltip (const String& tooltip)
|
|||
//==============================================================================
|
||||
void PlatformUtilities::beep()
|
||||
{
|
||||
fprintf (stdout, "\a");
|
||||
fflush (stdout);
|
||||
std::cout << "\a" << std::flush;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue