# HG changeset patch # User Sebastien Jodogne # Date 1584354176 -3600 # Node ID 89bd08fdd91b62640c929efa9ec6f58719a1d181 # Parent 0ba17d2bcdc9da94e4138daede44318e2831b025 cppcheck diff -r 0ba17d2bcdc9 -r 89bd08fdd91b Core/Compatibility.h --- a/Core/Compatibility.h Mon Mar 16 11:19:37 2020 +0100 +++ b/Core/Compatibility.h Mon Mar 16 11:22:56 2020 +0100 @@ -88,7 +88,7 @@ class unique_ptr : public boost::movelib::unique_ptr { public: - unique_ptr() : + explicit unique_ptr() : boost::movelib::unique_ptr() { }