From 085d1f2ee3322bde58ed93166d6dbde5c76f44aa Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 25 Jul 2023 14:41:57 +0200 Subject: Cleanup: use = default. --- src/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/types.h b/src/types.h index 4a406954..947d7e93 100644 --- a/src/types.h +++ b/src/types.h @@ -241,7 +241,7 @@ class EqualityOptions { public: /** Construct an EqualityOptions where nothing at all can differ */ - EqualityOptions () {} + EqualityOptions() = default; /** The maximum allowable mean difference in pixel value between two images */ double max_mean_pixel_error = 0; -- cgit v1.2.3