Added forward declaration of friend functions

This commit is contained in:
Henry Weller
2016-05-29 22:28:37 +01:00
parent 227811bb2e
commit a4f8f589de
18 changed files with 127 additions and 18 deletions

View File

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