Fix build under 7.0-CURRENT (gcc 4.2.1 20070719).

PR:		112884
Submitted by:	Scot Hetzel<swhetzel@gmail.com>
This commit is contained in:
Cy Schubert 2007-10-10 19:12:46 +00:00
parent 46471234b5
commit bdb7d01307
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201279
3 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,10 @@
--- src/fco/fconame.h.orig 2005-09-15 20:12:38.000000000 -0700
+++ src/fco/fconame.h 2007-10-09 23:51:39.000000000 -0700
@@ -49,6 +49,7 @@
///////////////////////////////////////////////////////////////////////////////
class cFCONameTblNode;
class cFCONameIter;
+class cFCOName_i;
class cFCOName : public iTypedSerializable
{

View file

@ -0,0 +1,11 @@
--- src/fco/fcosetimpl.h.orig 2005-09-15 20:12:38.000000000 -0700
+++ src/fco/fcosetimpl.h 2007-10-09 23:52:30.000000000 -0700
@@ -46,6 +46,8 @@
#include "fconame.h"
#endif
+class cFCOIterImpl;
+
class cFCOSetImpl : public iFCOSet
{
friend class cFCOIterImpl;

View file

@ -0,0 +1,10 @@
--- src/tw/fcoreport.h.orig 2005-09-15 20:12:37.000000000 -0700
+++ src/tw/fcoreport.h 2007-10-09 23:53:39.000000000 -0700
@@ -74,6 +74,7 @@
class cFCOName;
class cFCOReport_i;
class cFCOReportGenreIter_i;
+class cFCOReportSpecIter;
class cFCOReportSpecIter_i;
class cFCOReportChangeIter_i;
class iFCOSpec;