summaryrefslogtreecommitdiff
path: root/src/lib/bitmap_text.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-12-19 16:31:42 +0100
committerCarl Hetherington <cth@carlh.net>2020-01-12 22:47:45 +0100
commitd9b0b7a6319b9faecfb58df7c3c772f440f09db0 (patch)
tree58097575a0773b2cdf4feac0ccec6c50a2b8e795 /src/lib/bitmap_text.h
parent83f28a7c67794c0a9e48c8016db11585939e4d5d (diff)
Make PlayerText comparable.
Diffstat (limited to 'src/lib/bitmap_text.h')
-rw-r--r--src/lib/bitmap_text.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/bitmap_text.h b/src/lib/bitmap_text.h
index 2314c2db0..e9d7c3b79 100644
--- a/src/lib/bitmap_text.h
+++ b/src/lib/bitmap_text.h
@@ -45,4 +45,7 @@ public:
dcpomatic::Rect<double> rectangle;
};
+extern bool operator== (BitmapText const & a, BitmapText const & b);
+extern bool operator!= (BitmapText const & a, BitmapText const & b);
+
#endif