mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Added virtual destructors
This commit is contained in:
@ -71,7 +71,7 @@ public:
|
||||
|
||||
|
||||
//- Destructor
|
||||
~linearDirection();
|
||||
virtual ~linearDirection();
|
||||
|
||||
|
||||
// Member Operators
|
||||
|
||||
@ -68,7 +68,7 @@ public:
|
||||
|
||||
|
||||
//- Destructor
|
||||
~linearNormal();
|
||||
virtual ~linearNormal();
|
||||
|
||||
|
||||
// Member Operators
|
||||
|
||||
@ -66,7 +66,7 @@ public:
|
||||
|
||||
|
||||
//- Destructor
|
||||
~linearRadial();
|
||||
virtual ~linearRadial();
|
||||
|
||||
|
||||
// Member Operators
|
||||
|
||||
@ -67,7 +67,7 @@ public:
|
||||
|
||||
|
||||
//-Destructor
|
||||
~sigmaRadial();
|
||||
virtual ~sigmaRadial();
|
||||
|
||||
|
||||
// Member Operators
|
||||
|
||||
@ -80,8 +80,8 @@ public:
|
||||
wedge(const dictionary& dict);
|
||||
|
||||
|
||||
//- Destrcuctor
|
||||
~wedge();
|
||||
//- Destructor
|
||||
virtual ~wedge();
|
||||
|
||||
|
||||
// Member Operators
|
||||
|
||||
Reference in New Issue
Block a user