]> git.lyx.org Git - lyx.git/blobdiff - src/LyXVC.h
unique_ptr and make_unique
[lyx.git] / src / LyXVC.h
index 9b1c747b82b5b9f72cf6abfb62fa043e13b39cb1..3036a396e3a8d4bb448cf7cfc044e986fdaee043 100644 (file)
@@ -44,7 +44,7 @@ public:
                Cancelled,    ///< command was cancelled
                ErrorBefore,  ///< error before executing command
                ErrorCommand, ///< error while executing command
-               Success       ///< command was executed successfully
+               VCSuccess     ///< command was executed successfully
        };
        ///
        LyXVC();