]> git.lyx.org Git - lyx.git/blobdiff - src/Converter.h
Amend 3093789e for cmake build
[lyx.git] / src / Converter.h
index e9efa00f4fc37cfe9847f4f1f3aac9bccebd1a3c..b9ee3292bbc2832ae272b92bfaf3405220cca7d0 100644 (file)
@@ -176,9 +176,9 @@ public:
        Graph::EdgePath getPath(std::string const & from, std::string const & to);
        ///
        OutputParams::FLAVOR getFlavor(Graph::EdgePath const & path,
-                                          Buffer const * buffer = nullptr);
+                                          Buffer const * buffer = nullptr) const;
        ///
-       std::string getHyperrefDriver(Graph::EdgePath const & path);
+       std::string getHyperrefDriver(Graph::EdgePath const & path) const;
        /// Flags for converting files
        enum ConversionFlags {
                /// No special flags
@@ -199,7 +199,7 @@ public:
        ///
        void updateLast(Formats const & formats);
        ///
-       bool formatIsUsed(std::string const & format);
+       bool formatIsUsed(std::string const & format) const;
        ///
        const_iterator begin() const { return converterlist_.begin(); }
        ///