mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fixed: add virtual dtor to class with virtual functions
This commit is contained in:
parent
842e0a53a4
commit
c78630cff0
@ -43,6 +43,8 @@ protected:
|
||||
public:
|
||||
EclGenericCpGridVanguard();
|
||||
|
||||
virtual ~EclGenericCpGridVanguard() = default;
|
||||
|
||||
/*!
|
||||
* \brief Return a reference to the simulation grid.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user