diff options
Diffstat (limited to 'src/search-result.hpp')
-rw-r--r-- | src/search-result.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search-result.hpp b/src/search-result.hpp index afbca8af..3d91643d 100644 --- a/src/search-result.hpp +++ b/src/search-result.hpp @@ -30,7 +30,7 @@ struct path_search_result final explicit operator bool() const; path_search_result(); - path_search_result(const path_search_result& x) noexcept; + explicit path_search_result(const path_search_result& x) noexcept; path_search_result& operator=(const path_search_result& x) noexcept; path_search_result(path_search_result&&) noexcept; path_search_result& operator=(path_search_result&&) noexcept; |