fix compile

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5695 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-11-21 19:50:35 +00:00
parent b016d9d773
commit 79fb37fbbc
2 changed files with 4 additions and 2 deletions

View 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

View 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)
{