diff options
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index eb2af8381..1af650085 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -83,6 +83,8 @@ struct Size int height; }; +extern bool operator== (Size const & a, Size const & b); + /** A description of the crop of an image or video. */ struct Crop { |
