Syntax error fix. Windows port
This commit is contained in:
parent
5238dacc29
commit
ba7e9b2963
2 changed files with 2 additions and 2 deletions
|
@ -152,7 +152,7 @@ tmp<fvPatchField<Type> > slicedFvPatchField<Type>::clone
|
|||
|
||||
|
||||
template<class Type>
|
||||
slicedFvPatchField<Type>::~slicedFvPatchField<Type>()
|
||||
slicedFvPatchField<Type>::~slicedFvPatchField()
|
||||
{
|
||||
// Set the fvPatchField storage pointer to NULL before its destruction
|
||||
// to protect the field it a slice of.
|
||||
|
|
|
@ -122,7 +122,7 @@ public:
|
|||
|
||||
// Destructor
|
||||
|
||||
virtual ~slicedFvPatchField<Type>();
|
||||
virtual ~slicedFvPatchField();
|
||||
|
||||
|
||||
// Member functions
|
||||
|
|
Reference in a new issue