]> git.lyx.org Git - features.git/blobdiff - src/Row.h
Bug fixes. changed_ was always true...
[features.git] / src / Row.h
index 6d57857680ccb84ac71c44bc9f42fbe4672661cc..2838f48e746b0e0c7ac3c7c934ed9dcae2c86151 100644 (file)
--- a/src/Row.h
+++ b/src/Row.h
@@ -36,6 +36,8 @@ public:
        ///
        bool changed() const { return changed_; }
        ///
+       void setChanged(bool c) { changed_ = c; }
+       ///
        void setCrc(size_type crc);
        ///
        void pos(pos_type p);