[Lemon-commits] [lemon_svn] deba: r1879 - hugo/trunk/src/lemon

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:48:25 CET 2006


Author: deba
Date: Wed May 11 15:49:17 2005
New Revision: 1879

Modified:
   hugo/trunk/src/lemon/lemon_writer.h

Log:
Bug fix.



Modified: hugo/trunk/src/lemon/lemon_writer.h
==============================================================================
--- hugo/trunk/src/lemon/lemon_writer.h	(original)
+++ hugo/trunk/src/lemon/lemon_writer.h	Wed May 11 15:49:17 2005
@@ -215,7 +215,7 @@
  	: value(_value), writer(_writer) {}
 
       virtual void write(std::ostream& os) {
-	writer.write(is, value);
+	writer.write(os, value);
       }
     private:
       const Value& value;



More information about the Lemon-commits mailing list