diff --git a/lbtt/ChangeLog b/lbtt/ChangeLog index cbdc950d8..4a72b3b37 100644 --- a/lbtt/ChangeLog +++ b/lbtt/ChangeLog @@ -1,3 +1,9 @@ +2010-04-07 Alexandre Duret-Lutz + + Accept W and M in lbtt-translate --spot. + + * src/SpotWrapper.cc: Translate W and M operators. + 2010-01-22 Alexandre Duret-Lutz Let "make dvi" work on Ubuntu. diff --git a/lbtt/src/SpotWrapper.cc b/lbtt/src/SpotWrapper.cc index 03731763e..abf881e75 100644 --- a/lbtt/src/SpotWrapper.cc +++ b/lbtt/src/SpotWrapper.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003, 2004 + * Copyright (C) 2003, 2004, 2010 * Heikki Tauriainen * * Derived from SpinWrapper.cc by Alexandre Duret-Lutz . @@ -88,8 +88,8 @@ void SpotWrapper::translateFormula BinaryOperatorInfixWriter, BinaryOperatorInfixWriter, BinaryOperatorInfixWriter, - WriterErrorReporter, - WriterErrorReporter, + BinaryOperatorInfixWriter, + BinaryOperatorInfixWriter, WriterErrorReporter> fw(estream);