X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChktex.h;h=16481e7d679c555328d1a7161b06830f6b7bccc8;hb=35058f35a9864f8adf9ae225d0747cd19d84122c;hp=8af93a465c6d656a41d99b4a0c11fc4cb1da7a7d;hpb=44cd0fc9a1687cc63911c7f98d978594458e7813;p=lyx.git diff --git a/src/Chktex.h b/src/Chktex.h index 8af93a465c..16481e7d67 100644 --- a/src/Chktex.h +++ b/src/Chktex.h @@ -12,12 +12,15 @@ #ifndef CHKTEX_H #define CHKTEX_H -class LyXLex; -class TeXErrors; - #include +namespace lyx { + +class Lexer; +class TeXErrors; + + /// class Chktex { public: @@ -36,15 +39,15 @@ public: private: /// int scanLogFile(TeXErrors &); - /// std::string cmd; - /// std::string file; - /// std::string path; }; + +} // namespace lyx + #endif