diff options
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index 68c7bd384..3832cc579 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -103,6 +103,7 @@ struct Size }; extern bool operator== (Size const & a, Size const & b); +extern bool operator!= (Size const & a, Size const & b); /** @struct Crop * @brief A description of the crop of an image or video. |
