X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FASpell.cpp;h=c99ff0498c6eef8117285c5eea6a5b318b390c0f;hb=04a171cac68cded95b1c4018d26ca50cb191ffa4;hp=fee21fca2e2e8c85cd13e004b759cd5e47a15e55;hpb=86438200b0f27a0c86cab979c0da8cbafd85e5cd;p=lyx.git diff --git a/src/ASpell.cpp b/src/ASpell.cpp index fee21fca2e..c99ff0498c 100644 --- a/src/ASpell.cpp +++ b/src/ASpell.cpp @@ -25,10 +25,8 @@ using namespace std; namespace lyx { -ASpell::ASpell(BufferParams const &, string const & lang) - : els(0), spell_error_object(0) +ASpell::ASpell(): els(0), spell_error_object(0) { - addSpeller(lang); }