diff --git a/src/ca/iocinf.h b/src/ca/iocinf.h index 1b5341506..b4e588c61 100644 --- a/src/ca/iocinf.h +++ b/src/ca/iocinf.h @@ -872,7 +872,7 @@ protected: const unsigned magic; cacChannel::ioid id; bool idIsValid; - ~syncGroupNotify (); + virtual ~syncGroupNotify (); }; class syncGroupReadNotify : public syncGroupNotify, public cacDataNotify { @@ -940,7 +940,7 @@ public: void * operator new ( size_t size ); void operator delete ( void *pCadaver, size_t size ); protected: - ~CASG (); + virtual ~CASG (); private: tsDLList < syncGroupNotify > ioList; epicsMutex mutable mutex;