]> git.lyx.org Git - lyx.git/blobdiff - src/aspell.C
more cursor dispatch
[lyx.git] / src / aspell.C
index 363b2fff8fa0c0ce256ed61559dddeb4644ccf2e..4541ea01eba6576bda65f1153d75758b4130dd9a 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file aspell_local.C
+ * \file aspell.C
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -22,6 +22,8 @@
 
 #include <boost/assert.hpp>
 
+using std::string;
+
 
 ASpell::ASpell(BufferParams const &, string const & lang)
        : els(0), spell_error_object(0)