]> git.lyx.org Git - lyx.git/blobdiff - src/Converter.h
Fixup b0c102cfb: make it possible to select medskip as parskip
[lyx.git] / src / Converter.h
index b9ee3292bbc2832ae272b92bfaf3405220cca7d0..5197e3447ab02df4546f976cbb00af017b7464d0 100644 (file)
@@ -13,7 +13,6 @@
 #define CONVERTER_H
 
 #include "Graph.h"
-#include "OutputParams.h"
 #include "support/trivstring.h"
 
 #include <vector>
@@ -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;