diff -r 12078ddcf065 -r fde0d12545c1 src/lemon/graph_writer.h --- a/src/lemon/graph_writer.h Mon Apr 04 10:11:47 2005 +0000 +++ b/src/lemon/graph_writer.h Mon Apr 04 10:13:33 2005 +0000 @@ -397,7 +397,7 @@ } /// Ready to use writer function. - template + template void writeGraph(std::ostream& os, const Graph &g, const CapacityMap& capacity, const typename Graph::Node &s, const typename Graph::Node &t) {