X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FConverter.h;h=5197e3447ab02df4546f976cbb00af017b7464d0;hb=5c055034c2076160bcb6ea7ae6d42de694cc2ca7;hp=b9ee3292bbc2832ae272b92bfaf3405220cca7d0;hpb=a7018252b75316b7855f04c51be2342dc269f96c;p=lyx.git diff --git a/src/Converter.h b/src/Converter.h index b9ee3292bb..5197e3447a 100644 --- a/src/Converter.h +++ b/src/Converter.h @@ -13,7 +13,6 @@ #define CONVERTER_H #include "Graph.h" -#include "OutputParams.h" #include "support/trivstring.h" #include @@ -29,6 +28,9 @@ class Buffer; class ErrorList; class Format; class Formats; +class OutputParams; + +enum class Flavor : int; class ConversionException : public std::exception { public: @@ -175,7 +177,7 @@ public: /// Graph::EdgePath getPath(std::string const & from, std::string const & to); /// - OutputParams::FLAVOR getFlavor(Graph::EdgePath const & path, + Flavor getFlavor(Graph::EdgePath const & path, Buffer const * buffer = nullptr) const; /// std::string getHyperrefDriver(Graph::EdgePath const & path) const;