]> git.lyx.org Git - lyx.git/blobdiff - src/Chktex.h
Fix bug 3148: always update the Labels if a DEPM is triggered.
[lyx.git] / src / Chktex.h
index 8af93a465c6d656a41d99b4a0c11fc4cb1da7a7d..fb0dc7277b8cbf267e793fe3c4ce02aeec4a2c93 100644 (file)
 #ifndef CHKTEX_H
 #define CHKTEX_H
 
+#include <string>
+
+
+namespace lyx {
+
 class LyXLex;
 class TeXErrors;
 
-#include <string>
-
 
 ///
 class Chktex {
@@ -36,15 +39,15 @@ public:
 private:
        ///
        int scanLogFile(TeXErrors &);
-
        ///
        std::string cmd;
-
        ///
        std::string file;
-
        ///
        std::string path;
 };
 
+
+} // namespace lyx
+
 #endif