]> git.lyx.org Git - lyx.git/blobdiff - src/Chktex.h
Remember navigate back bookmark through sessions
[lyx.git] / src / Chktex.h
index 8af93a465c6d656a41d99b4a0c11fc4cb1da7a7d..16481e7d679c555328d1a7161b06830f6b7bccc8 100644 (file)
 #ifndef CHKTEX_H
 #define CHKTEX_H
 
-class LyXLex;
-class TeXErrors;
-
 #include <string>
 
 
+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