Browse Source

Fixed a leak of OnScreenKeyboard

tags/2021-05-28
tpoole 8 years ago
parent
commit
b09a236fc2
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      modules/juce_gui_basics/native/juce_win32_Windowing.cpp

+ 2
- 1
modules/juce_gui_basics/native/juce_win32_Windowing.cpp View File

@@ -590,7 +590,8 @@ struct UUIDGetter<ITipInvocation>
const CLSID ITipInvocation::clsid = {0x4CE576FA, 0x83DC, 0x4f88, {0x95, 0x1C, 0x9D, 0x07, 0x82, 0xB4, 0xE3, 0x76}};
//==============================================================================
class OnScreenKeyboard : private Timer
class OnScreenKeyboard : public DeletedAtShutdown,
private Timer
{
public:


Loading…
Cancel
Save