Made the destructor virtual

This commit is contained in:
Harry Moffat 2009-12-11 01:19:09 +00:00
parent 9b90beb0e0
commit 204f6bff33

View file

@ -34,7 +34,7 @@ namespace Cantera {
isReversibleWithFrac = false;
beta = 0.0;
}
~ReactionData(){}
virtual ~ReactionData(){}
int reactionType;
int number;