Skip to content
Snippets Groups Projects
Commit e9ba4655 authored by Andrew Heather's avatar Andrew Heather
Browse files

ENH: Added virtual destructors

parent 3e6c89e0
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment