]> git.lyx.org Git - lyx.git/blobdiff - src/converter.h
Move #includes out of header files.
[lyx.git] / src / converter.h
index 7b3202a55517650f8a659f1e10aec555825c77ee..943e03e9a361497cd2da749a5b80fffacd1391f1 100644 (file)
@@ -126,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_;