diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-24 01:58:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-24 01:58:25 +0100 |
| commit | 140ebe37bde0c9c9b84e8961573a7e65d3bd7b19 (patch) | |
| tree | 830d6de2e1aae3498a47fd12539542ac07bb440c /src/font_size.h | |
| parent | 91d8979878ba731b2d86d7aa5dc30f6a3c1a75f1 (diff) | |
Add some operator==.
Diffstat (limited to 'src/font_size.h')
| -rw-r--r-- | src/font_size.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/font_size.h b/src/font_size.h index 4f49eb7..eeb09ef 100644 --- a/src/font_size.h +++ b/src/font_size.h @@ -65,6 +65,8 @@ private: }; +extern bool operator== (FontSize const & a, FontSize const & b); + } #endif |
