Forward declaring fix: struct instead of class

for/release
Denes Matetelki 12 years ago
parent 3a38079612
commit 8b8795d80b

@ -16,8 +16,8 @@ template <typename V,
class Graph {
private:
class Vertex;
class EdgeTo;
struct Vertex;
struct EdgeTo;
public:

Loading…
Cancel
Save