]> git.lyx.org Git - features.git/blobdiff - src/Converter.h
Do not unnecessarily reset the outliner to TOC on internal model changes
[features.git] / src / Converter.h
index 5197e3447ab02df4546f976cbb00af017b7464d0..091dbcd394e4b8075f3d4d04af6ad279c96a3d7d 100644 (file)
@@ -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]; }
        ///