]> git.lyx.org Git - lyx.git/blobdiff - src/Chktex.h
more code in the menu backend == less code in the menu frontends; add support for...
[lyx.git] / src / Chktex.h
index 97c99f09cf6737d00b02c59129e2b89d049c9d5a..071927ec3ba691a0edb82173a4308185fb325b98 100644 (file)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 /* This file is part of
- * ====================================================== 
- * 
+ * ======================================================
+ *
  *           LyX, The Document Processor
  *
  *          Copyright 1995 Matthias Ettrich
  *           This file is Copyright 1997
  *           Asger Alstrup
  *
- * ====================================================== 
+ * ======================================================
  */
 
 #ifndef CHKTEX_H
 #define CHKTEX_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "LString.h"
 
 class LyXLex;
@@ -35,7 +31,7 @@ public:
        */
        Chktex(string const & cmd, string const & file,
               string const & path);
-       
+
        /** Runs chktex.
            @return -1 if fail, number of messages otherwise.
          */
@@ -49,7 +45,7 @@ private:
 
        ///
        string file;
-       
+
        ///
        string path;
 };