• Alexander Barkov's avatar
    Fixing a warning: · 2787dcb0
    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
    2787dcb0
catalog.h 5.97 KB