• Alexander Barkov's avatar
    Fixing a warning: · 15a7ad00
    Alexander Barkov authored
    > deleting object of polymorphic class type ‘CATALOG’ which
    > has non-virtual destructor might cause undefined behaviour
    > [-Wdelete-non-virtual-dtor]
    
    Classes whose instances are destroyed using "delete"
    should have virtual destructors.
    
    modified:
      storage/connect/catalog.h
    15a7ad00
catalog.h 5.97 KB