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

Fixed a leak of OnScreenKeyboard

This commit is contained in:
tpoole 2017-02-06 15:44:39 +00:00
parent a6cf3c7c3c
commit 4eadfad7dc

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: