Declare destructors of COM objects as virtual
* src/attached-file-events.h (GpgolAttachedFileEvents), src/eventsink.h (BEGIN_EVENT_SINK) src/gpgoladdin.h (GpgolRibbonExtender GpgolAddin GpgolAddinFactory), src/item-events.h (GpgolItemEvents), src/message-events.h (GpgolMessageEvents), src/property-sheets.h (GpgolPropertySheets), src/session-events.h (GpgolSessionEvents), src/user-events.h (GpgolUserEvents): Make dtors virtual.
This fixes compiler warnings about non-virtual dtors
in conjunction with inheriting a COM interface.