aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/changeset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/utils/changeset.h')
-rw-r--r--src/libs/utils/changeset.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libs/utils/changeset.h b/src/libs/utils/changeset.h
index 5cb484c9b6..31e9540f0b 100644
--- a/src/libs/utils/changeset.h
+++ b/src/libs/utils/changeset.h
@@ -121,4 +121,9 @@ private:
bool m_error;
};
+inline bool operator<(const ChangeSet::Range &r1, const ChangeSet::Range &r2)
+{
+ return r1.start < r2.start;
+}
+
} // namespace Utils