X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fconverter.h;h=943e03e9a361497cd2da749a5b80fffacd1391f1;hb=f268743f8c014ef2dadd260fd1a3873cb1d2038b;hp=b247d363a34521d3db6498e7404d451168e31690;hpb=dfbd44997a2f52d0caf06d73348bc4da579ae5b3;p=lyx.git diff --git a/src/converter.h b/src/converter.h index b247d363a3..943e03e9a3 100644 --- a/src/converter.h +++ b/src/converter.h @@ -1,8 +1,4 @@ // -*- C++ -*- - -#ifndef CONVERTER_H -#define CONVERTER_H - /** * \file converter.h * This file is part of LyX, the document processor. @@ -10,9 +6,12 @@ * * \author Dekel Tsur * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ +#ifndef CONVERTER_H +#define CONVERTER_H + #include "latexrunparams.h" #include "graph.h" @@ -127,10 +126,10 @@ private: std::vector const Converters::intToFormat(std::vector const & input); /// - bool scanLog(Buffer const * buffer, string const & command, + bool scanLog(Buffer const & buffer, string const & command, string const & filename); /// - bool runLaTeX(Buffer const * buffer, string const & command, + bool runLaTeX(Buffer const & buffer, string const & command, LatexRunParams const &); /// ConverterList converterlist_;