mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-01 13:40:39 +00:00
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:
parent
8b96731805
commit
26bb1474f3
@ -63,6 +63,9 @@ public:
|
|||||||
virtual docstring const error() = 0;
|
virtual docstring const error() = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/// Access to the singleton SpellChecker.
|
||||||
|
/// Implemented in LyX.cpp
|
||||||
|
SpellChecker * theSpellChecker();
|
||||||
|
|
||||||
} // namespace lyx
|
} // namespace lyx
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user