]> git.lyx.org Git - lyx.git/blobdiff - src/converter.h
The Gtk patch.
[lyx.git] / src / converter.h
index b247d363a34521d3db6498e7404d451168e31690..943e03e9a361497cd2da749a5b80fffacd1391f1 100644 (file)
@@ -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<Format const *> const
        Converters::intToFormat(std::vector<int> 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_;