added addr operator

This commit is contained in:
Jeff Hill
2000-11-22 00:02:15 +00:00
parent c8f4fac5dc
commit d486eb746f

View File

@@ -333,6 +333,6 @@ void caServerI::show (unsigned level) const
//
casEventRegistry::~casEventRegistry()
{
this->traverse ( casEventMaskEntry::destroy );
this->traverse ( &casEventMaskEntry::destroy );
}