From 914a93ee4dd48583b057305f463bee3fb2254cc7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 21 Dec 2012 23:09:59 +0000 Subject: Fix crash from previous commit; clear viewer image when its size changes (#12). --- src/lib/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/util.h') 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. -- cgit v1.2.3