made destructor virtual
This commit is contained in:
parent
d7cf9cc53a
commit
6f06be3182
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ namespace Cantera {
|
|||
template<class M>
|
||||
class PropertyCalculator {
|
||||
public:
|
||||
virtual ~PropertyCalculator(){}
|
||||
virtual doublereal value(const M& s) =0;
|
||||
virtual string symbol() =0;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue