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:
parent
a6cf3c7c3c
commit
4eadfad7dc
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue