]> git.lyx.org Git - lyx.git/blobdiff - src/Converter.h
FindAdv: Amend ec387b6d: Handle search for '{' and '}'
[lyx.git] / src / Converter.h
index ca60e166964d668d1138fc62d00a25066c2bcdd5..5197e3447ab02df4546f976cbb00af017b7464d0 100644 (file)
@@ -30,7 +30,7 @@ class Format;
 class Formats;
 class OutputParams;
 
-enum class FLAVOR : int;
+enum class Flavor : int;
 
 class ConversionException : public std::exception {
 public:
@@ -177,7 +177,7 @@ public:
        ///
        Graph::EdgePath getPath(std::string const & from, std::string const & to);
        ///
-       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;