freebsd-ports/graphics/tulip/files/patch-GraphIterator.h
Alexey Dokuchaev ac54ae2dbe Unbreak with recent GCC (fix bad C++ code).
Approved by:	fjoe (mentor, implicit)
2004-10-29 08:29:30 +00:00

20 lines
618 B
C++

--- library/tulip/include/tulip/GraphIterator.h.orig Mon Jan 20 04:19:54 2003
+++ library/tulip/include/tulip/GraphIterator.h Fri Oct 29 14:14:08 2004
@@ -11,6 +11,7 @@
#ifndef TULIP_GGRAPHITERATOR_H
#define TULIP_GGRAPHITERATOR_H
#include "Iterator.h"
+#include "SubGraph.h"
#include "SuperGraph.h"
#include "SuperGraphImpl.h"
@@ -26,7 +27,7 @@
//typedef STL_EXT_NS::hash_map<node,std::pair< std::vector<edge> , std::vector<edge> > > nodesStruct;
class SelectionProxy;
-class SubGraph;
+//class SubGraph;
//template<class C>class Iterator;
//===========================================================