]> git.lyx.org Git - features.git/blobdiff - src/ISpell.cpp
getting rid of more superfluous lyx::support:: statements.
[features.git] / src / ISpell.cpp
index 6a74bcb82451fd8b38eaef9d2998b30c67655413..bd772685c7b9fc8dbc70ae94099d41e93eab70d4 100644 (file)
@@ -43,8 +43,8 @@ namespace lyx {
 
 namespace {
 
-class LaunchIspell : public support::ForkedProcess {
-       typedef support::ForkedProcess ForkedProcess;
+class LaunchIspell : public ForkedProcess
+{
 public:
        ///
        LaunchIspell(BufferParams const & p, string const & l,