blob: 298f67a829105aaac4860be84739c097939879db (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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;
|