diff -r 8276e0ee48b1 -r c59bdcc8e33e lemon/lgf_writer.h --- a/lemon/lgf_writer.h Fri Aug 05 00:12:23 2011 +0200 +++ b/lemon/lgf_writer.h Fri Aug 05 00:17:29 2011 +0200 @@ -2,7 +2,7 @@ * * This file is a part of LEMON, a generic C++ optimization library. * - * Copyright (C) 2003-2008 + * Copyright (C) 2003-2011 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport * (Egervary Research Group on Combinatorial Optimization, EGRES). * @@ -506,7 +506,7 @@ private: template - friend DigraphWriter digraphWriter(const DGR& digraph, + friend DigraphWriter digraphWriter(const DGR& digraph, std::ostream& os); template friend DigraphWriter digraphWriter(const DGR& digraph, @@ -1082,7 +1082,7 @@ template friend GraphWriter graphWriter(const GR& graph, const char *fn); - + GraphWriter(GraphWriter& other) : _os(other._os), local_os(other.local_os), _graph(other._graph), _skip_nodes(other._skip_nodes), _skip_edges(other._skip_edges) {