Index: src/chext/DropMenuExt.h =================================================================== diff -u -N -rd2b121c78f510b5384b8ef0ca80afbfd7f77fef7 -rd0fdcc905035e648382256101a3d99f429af6d56 --- src/chext/DropMenuExt.h (.../DropMenuExt.h) (revision d2b121c78f510b5384b8ef0ca80afbfd7f77fef7) +++ src/chext/DropMenuExt.h (.../DropMenuExt.h) (revision d0fdcc905035e648382256101a3d99f429af6d56) @@ -36,9 +36,9 @@ public IContextMenuImpl { public: - CDropMenuExt() - { - } + CDropMenuExt(); + ~CDropMenuExt(); + public: class CBuffer { @@ -56,6 +56,8 @@ UINT m_uiDropEffect; bool m_bExplorer; // if the operation has been retrieved from explorer or from the program + IShellExtControl* m_piShellExtControl; + DECLARE_REGISTRY_RESOURCEID(IDR_DROPMENUEXT) DECLARE_NOT_AGGREGATABLE(CDropMenuExt)