From 79fb37fbbc54ad15b5942b38e0ba03187d545059 Mon Sep 17 00:00:00 2001 From: John Levon Date: Thu, 21 Nov 2002 19:50:35 +0000 Subject: [PATCH] fix compile git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5695 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/ChangeLog | 4 ++++ src/pspell.C | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) 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) { -- 2.39.2