]> git.lyx.org Git - lyx.git/blobdiff - src/PSpell.cpp
Move Dialog.{h,cpp} and ButtonPolicy.{h,cpp} to frontends/qt4/
[lyx.git] / src / PSpell.cpp
index 3d5f043dcf523961cd989ce0f437b97b2d7522cc..547d4ba5ea956c71481b717d10616ab5db6825a2 100644 (file)
@@ -35,13 +35,13 @@ PSpell::PSpell(BufferParams const &, string const & lang)
        : els(0), spell_error_object(0)
 {
        addManager(lang);
-       LYXERR(Debug::GUI) << "created pspell" << endl;
+       LYXERR(Debug::GUI, "created pspell");
 }
 
 
 PSpell::~PSpell()
 {
-       LYXERR(Debug::GUI) << "killed pspell" << endl;
+       LYXERR(Debug::GUI, "killed pspell");
 
        if (spell_error_object) {
                delete_pspell_can_have_error(spell_error_object);