]> git.lyx.org Git - lyx.git/blobdiff - src/Converter.h
inputenc only expects one option
[lyx.git] / src / Converter.h
index ca60e166964d668d1138fc62d00a25066c2bcdd5..091dbcd394e4b8075f3d4d04af6ad279c96a3d7d 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:
@@ -58,7 +58,7 @@ public:
        ///
        std::string const command() const { return command_; }
        ///
-       void setCommand(std::string const & command) { command_ = command; }
+       void setCommand(std::string const & command);
        ///
        std::string const flags() const { return flags_; }
        ///
@@ -144,7 +144,7 @@ public:
                FAILURE = 1,
                KILLED  = 1000
        };
-       
+
        ///
        Converter const & get(int i) const { return converterlist_[i]; }
        ///
@@ -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;