lemon/concepts/graph.h
changeset 1093 fb1c7da561ce
parent 1092 dceba191c00d
     1.1 --- a/lemon/concepts/graph.h	Fri Aug 09 11:28:17 2013 +0200
     1.2 +++ b/lemon/concepts/graph.h	Fri Aug 09 11:29:40 2013 +0200
     1.3 @@ -396,7 +396,9 @@
     1.4  
     1.5          /// Sets the iterator to the first arc of the given graph.
     1.6          ///
     1.7 -        explicit ArcIt(const Graph &g) { ::lemon::ignore_unused_variable_warning(g); }
     1.8 +        explicit ArcIt(const Graph &g) {
     1.9 +          ::lemon::ignore_unused_variable_warning(g);
    1.10 +        }
    1.11          /// Sets the iterator to the given arc.
    1.12  
    1.13          /// Sets the iterator to the given arc of the given graph.