]> git.lyx.org Git - features.git/blobdiff - src/Changes.h
Fix bug 5629: http://bugzilla.lyx.org/show_bug.cgi?id=5629.
[features.git] / src / Changes.h
index 09ac0aa0fe7d3dd52271f2a1574ab23693d9a432..643a7fae38029be72a5051ccdb07548d0c1e8230 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef CHANGES_H
 #define CHANGES_H
 
-#include "ColorCode.h"
+#include "Color.h"
 
 #include "support/strfwd.h"
 #include "support/types.h"
@@ -45,7 +45,7 @@ public:
        /// is the change similar to the given change such that both can be merged?
        bool isSimilarTo(Change const & change) const;
        /// The color of this change on screen
-       ColorCode color() const;
+       Color color() const;
        ///
        bool changed() const { return type != UNCHANGED; }
        ///