]> 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 7406da6c97bd76796ef43a12a18b7ce72a796785..19c1acf035b26061234b2db86803c1b817fae122 100644 (file)
@@ -33,6 +33,8 @@
 
 #include "frontends/Alert.h"
 
+using namespace lyx::support;
+
 using std::endl;
 
 
@@ -271,5 +273,3 @@ void ControlSpellchecker::ignoreAll()
        speller_->accept(word_);
        check();
 }
-
-