Bug fix
authordeba
Mon, 26 Mar 2007 10:44:03 +0000
changeset 24149e80927b7921
parent 2413 21eb3ccdc3df
child 2415 ef13597d249a
Bug fix
Wrong renaming
lemon/lemon_writer.h
     1.1 --- a/lemon/lemon_writer.h	Thu Mar 22 15:40:50 2007 +0000
     1.2 +++ b/lemon/lemon_writer.h	Mon Mar 26 10:44:03 2007 +0000
     1.3 @@ -1366,7 +1366,7 @@
     1.4      AttributeWriter& writeAttribute(std::string label, 
     1.5  				    const Value& value) {
     1.6        return 
     1.7 -	writeAttribute<typename Traits::template Writer<Value> >(name, value);
     1.8 +	writeAttribute<typename Traits::template Writer<Value> >(label, value);
     1.9      }
    1.10  
    1.11      /// \brief Add an attribute writer command for the writer.