Added forward declaration of friend functions

This commit is contained in:
Henry Weller
2016-05-30 08:28:35 +01:00
parent 35dba48db1
commit 3f608e95e6
12 changed files with 97 additions and 0 deletions

View File

@ -44,6 +44,13 @@ SourceFiles
namespace Foam
{
// Forward declaration of friend functions and operators
class boundaryPatch;
Ostream& operator<<(Ostream&, const boundaryPatch&);
/*---------------------------------------------------------------------------*\
Class boundaryPatch Declaration
\*---------------------------------------------------------------------------*/