diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-30 19:03:13 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-30 19:03:13 +0000 |
commit | 8257d9c829e65f5102632b1f448713730e2c8ddb (patch) | |
tree | ef8a25313b591243df5873a6ae633375c74fc2a8 /plugins/ShellExt/src/shlcom.h | |
parent | 2c73bb570b16ed862a3e28e263198273d4591074 (diff) |
missing files
git-svn-id: http://svn.miranda-ng.org/main/trunk@5890 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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
|