summaryrefslogtreecommitdiff
path: root/src/buffer.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.hh')
-rw-r--r--src/buffer.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/buffer.hh b/src/buffer.hh
index 2bcd8cc3..b256b8ef 100644
--- a/src/buffer.hh
+++ b/src/buffer.hh
@@ -224,6 +224,10 @@ public:
Type type;
BufferCoord begin;
BufferCoord end;
+
+ #ifdef KAK_DEBUG
+ bool operator==(const Change&) const = default;
+ #endif
};
ConstArrayView<Change> changes_since(size_t timestamp) const;