]> git.lyx.org Git - lyx.git/commitdiff
fix compile
authorJohn Levon <levon@movementarian.org>
Thu, 21 Nov 2002 19:50:35 +0000 (19:50 +0000)
committerJohn Levon <levon@movementarian.org>
Thu, 21 Nov 2002 19:50:35 +0000 (19:50 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5695 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/pspell.C

index f62ffa2b330d6f6de2f069fb7c92b72fc29b9cc4..e2d196c0654ff067849fa67d6ca8afd0f82e4fef 100644 (file)
@@ -1,3 +1,7 @@
+2002-11-21  John Levon  <levon@movementarian.org>
+
+       * pspell.C: fix compile
 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * lyxfunc.C (dispatch): use boost::format
index b9c113dfbdff41682cadfbca325b396bfc2db481..f0e95901c2f4055adeec63f3408131cd998b4988 100644 (file)
@@ -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)
 {