From: John Levon Date: Thu, 21 Nov 2002 19:50:35 +0000 (+0000) Subject: fix compile X-Git-Tag: 1.6.10~17916 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=79fb37fbbc54ad15b5942b38e0ba03187d545059;p=lyx.git fix compile git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5695 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/ChangeLog b/src/ChangeLog index f62ffa2b33..e2d196c065 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-11-21 John Levon + + * pspell.C: fix compile + 2002-11-21 Lars Gullik Bjønnes * lyxfunc.C (dispatch): use boost::format diff --git a/src/pspell.C b/src/pspell.C index b9c113dfbd..f0e95901c2 100644 --- a/src/pspell.C +++ b/src/pspell.C @@ -26,8 +26,6 @@ extern "C" { #include "pspell.h" #include "WordLangTuple.h" -using std::endl; - PSpell::PSpell(BufferParams const &, string const & lang) : els(0), spell_error_object(0) {