X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fispell.h;h=d8a3c9ca138951a08b45ef8fe2b1d53d153ae287;hb=24f8676130d1e0769db394b7142dae7eeb1d955e;hp=23a75eb6ce4fe95d93acfe578524d26925b95bf4;hpb=47c34c3afa59b030a4578c82fea46d926e0c0c66;p=lyx.git diff --git a/src/ispell.h b/src/ispell.h index 23a75eb6ce..d8a3c9ca13 100644 --- a/src/ispell.h +++ b/src/ispell.h @@ -1,10 +1,13 @@ // -*- C++ -*- /** * \file ispell.h - * Copyright 2002 the LyX Team - * Read the file COPYING + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. * * \author unknown + * \author John Levon + * + * Full author contact details are available in file CREDITS. */ #ifndef SP_ISPELL_H @@ -17,7 +20,11 @@ #include class BufferParams; +namespace lyx { +namespace support { class ForkedProcess; +} +} /// i/a spell process-based spellchecker class ISpell : public SpellBase { @@ -67,7 +74,7 @@ private: /// spell error string error_; - boost::scoped_ptr child_; + boost::scoped_ptr child_; // vileness below ... please FIXME /// str ???