Syntax error fix. Windows port

This commit is contained in:
Hrvoje Jasak 2010-12-10 22:17:14 +00:00
parent 5238dacc29
commit ba7e9b2963
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -122,7 +122,7 @@ public:
// Destructor
virtual ~slicedFvPatchField<Type>();
virtual ~slicedFvPatchField();
// Member functions