]> git.lyx.org Git - lyx.git/blobdiff - src/SpellChecker.h
Add the emf and wmf graphics format as parameters to LFUN_PASTE.
[lyx.git] / src / SpellChecker.h
index a1ed9ebc7a515a439b4f0c20a82140c9c130fc5a..c0a2433ff434baece951c8e288790a70e8ef142b 100644 (file)
@@ -63,6 +63,9 @@ public:
        virtual docstring const error() = 0;
 };
 
+/// Access to the singleton SpellChecker.
+/// Implemented in LyX.cpp
+SpellChecker * theSpellChecker();
 
 } // namespace lyx