Added missing virtual destructor
This commit is contained in:
parent
e739499202
commit
04ae509a71
1 changed files with 5 additions and 0 deletions
|
@ -96,6 +96,11 @@ public:
|
|||
);
|
||||
|
||||
|
||||
//- Destructor
|
||||
virtual ~minMaxField()
|
||||
{}
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
||||
//- start is called at the start of the time-loop
|
||||
|
|
Reference in a new issue