summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/types.h2
1 files changed, 1 insertions, 1 deletions
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;