diff options
Diffstat (limited to 'plugins/ShellExt/src/shlcom.h')
-rw-r--r-- | plugins/ShellExt/src/shlcom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ShellExt/src/shlcom.h b/plugins/ShellExt/src/shlcom.h index c4b24ac6fd..c7d88349d0 100644 --- a/plugins/ShellExt/src/shlcom.h +++ b/plugins/ShellExt/src/shlcom.h @@ -120,6 +120,7 @@ struct THeaderIPC struct TShellExt : public IShellExtInit, public IContextMenu3, public MZeroedObject
{
TShellExt();
+ ~TShellExt();
ULONG RefCount;
// this is owned by the shell after items are added 'n' is used to
|