]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlSpellchecker.C
Add a buffer_path arg to InsetGraphicsMailer's params2string, string2params.
[lyx.git] / src / frontends / controllers / ControlSpellchecker.C
index 74b749a0ef00826594c99b193912d47ffb50d72f..19c1acf035b26061234b2db86803c1b817fae122 100644 (file)
 #endif
 #endif
 
+#include "support/tostr.h"
+
 #include "frontends/Alert.h"
 
+using namespace lyx::support;
+
 using std::endl;
 
 
@@ -269,5 +273,3 @@ void ControlSpellchecker::ignoreAll()
        speller_->accept(word_);
        check();
 }
-
-