]> git.lyx.org Git - lyx.git/blobdiff - src/vc-backend.h
Hopefully fix the problem with stateText() in lyxfont.C
[lyx.git] / src / vc-backend.h
index 78e5d36a2ba3362e47c4a7b250910fb8fcfc4bd6..7cb0783b22cca4a9ccbbbf9510ff823a4bdd4464 100644 (file)
@@ -76,6 +76,7 @@ protected:
 class RCS : public VCS {
 public:
        ///
+       explicit
        RCS(string const & m);
        ///
        static string find_file(string const & file);
@@ -103,6 +104,7 @@ private:
 class CVS : public VCS {
 public:
        ///
+       explicit
        CVS(string const & m, string const & f);
        ///
        static string find_file(string const & file);