Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IrtGeo: mark destructor as virtual (#462)
``` src/services/geometry/rich/RichGeo_service.cc:73:18: warning: delete called on 'rich::IrtGeo' that is abstract but has non-virtual destructor [-Wdelete-abstract-non-virtual-dtor] if(m_irtGeo) delete m_irtGeo; ^ ```
- Loading branch information