gcc compile fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28977 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2009-03-30 07:44:01 +00:00
parent 8b96731805
commit 26bb1474f3

View File

@ -63,6 +63,9 @@ public:
virtual docstring const error() = 0;
};
/// Access to the singleton SpellChecker.
/// Implemented in LyX.cpp
SpellChecker * theSpellChecker();
} // namespace lyx