[Lemon-commits] deba: r3246 - lemon/trunk/lemon

Lemon SVN svn at lemon.cs.elte.hu
Mon Mar 26 12:44:04 CEST 2007


Author: deba
Date: Mon Mar 26 12:44:03 2007
New Revision: 3246

Modified:
   lemon/trunk/lemon/lemon_writer.h

Log:
Bug fix
Wrong renaming



Modified: lemon/trunk/lemon/lemon_writer.h
==============================================================================
--- lemon/trunk/lemon/lemon_writer.h	(original)
+++ lemon/trunk/lemon/lemon_writer.h	Mon Mar 26 12:44:03 2007
@@ -1366,7 +1366,7 @@
     AttributeWriter& writeAttribute(std::string label, 
 				    const Value& value) {
       return 
-	writeAttribute<typename Traits::template Writer<Value> >(name, value);
+	writeAttribute<typename Traits::template Writer<Value> >(label, value);
     }
 
     /// \brief Add an attribute writer command for the writer.



More information about the Lemon-commits mailing list