]> git.lyx.org Git - lyx.git/blobdiff - src/Converter.h
Amend 3093789e for cmake build
[lyx.git] / src / Converter.h
index 914b8167dd3ca03d671c394b6842980dae0ca8e8..b9ee3292bbc2832ae272b92bfaf3405220cca7d0 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "Graph.h"
 #include "OutputParams.h"
-#include "support/strfwd.h"
+#include "support/trivstring.h"
 
 #include <vector>
 #include <set>
@@ -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(); }
        ///