X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChktex.h;h=071927ec3ba691a0edb82173a4308185fb325b98;hb=5d3718cad2a2ef6a4d6a495054ab0705ba27b6b5;hp=97c99f09cf6737d00b02c59129e2b89d049c9d5a;hpb=83acbbd5237373926c629855379e1df9a04209b2;p=lyx.git diff --git a/src/Chktex.h b/src/Chktex.h index 97c99f09cf..071927ec3b 100644 --- a/src/Chktex.h +++ b/src/Chktex.h @@ -1,7 +1,7 @@ // -*- C++ -*- /* This file is part of - * ====================================================== - * + * ====================================================== + * * LyX, The Document Processor * * Copyright 1995 Matthias Ettrich @@ -10,16 +10,12 @@ * 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; };