2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-31 08:12:14 +00:00

Fixed another linkage issue

[SVN r58087]
This commit is contained in:
Jeremiah Willcock
2009-12-01 19:42:56 +00:00
parent 97e1916248
commit 0ccfbb5754

View File

@@ -197,7 +197,7 @@ private:
namespace boost
{
void
void BOOST_GRAPH_DECL
read_graphml(std::istream& in, mutate_graph& g)
{
graphml_reader reader(g);