summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/selection.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/selection.hh b/src/selection.hh
index ede4fa7b..6b07e9f8 100644
--- a/src/selection.hh
+++ b/src/selection.hh
@@ -67,6 +67,8 @@ struct Selection : BasicSelection
CaptureList& captures() { return m_captures; }
const CaptureList& captures() const { return m_captures; }
+ friend bool operator==(const Selection&, const Selection&) = default;
+
private:
CaptureList m_captures;
};