Fixing a warning:
> 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
Showing
Please register or sign in to comment