2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-11 11:52:12 +00:00

removed unused parameter

[SVN r10474]
This commit is contained in:
Jeremy Siek
2001-06-28 19:28:17 +00:00
parent 03c5d4bd5d
commit 1ae3184d72

View File

@@ -178,7 +178,7 @@ struct PropertyPrinter<Graph, no_property>
PropertyPrinter( Graph& ){}
template<class Iterator>
PropertyPrinter& operator () ( std::ostream&, Iterator it ){ return *this; }
PropertyPrinter& operator () ( std::ostream&, Iterator){ return *this; }
};
// property printer