From 0ccfbb57546a3d150d3ae9486d8dabb9d45ae3fb Mon Sep 17 00:00:00 2001 From: Jeremiah Willcock Date: Tue, 1 Dec 2009 19:42:56 +0000 Subject: [PATCH] Fixed another linkage issue [SVN r58087] --- src/graphml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphml.cpp b/src/graphml.cpp index 230794cc..8ed56e91 100644 --- a/src/graphml.cpp +++ b/src/graphml.cpp @@ -197,7 +197,7 @@ private: namespace boost { -void +void BOOST_GRAPH_DECL read_graphml(std::istream& in, mutate_graph& g) { graphml_reader reader(g);