Fix warning in test

This commit is contained in:
Richard Hodges
2020-02-29 08:58:49 +01:00
committed by Vinnie Falco
parent 75da7a522e
commit c682eb46e7

View File

@@ -64,7 +64,7 @@ public:
temp_file(temp_file&&) = default;
temp_file(temp_file const&) = delete;
temp_file& operator=(temp_file&&) = default;
temp_file& operator=(temp_file&&) = delete;
temp_file& operator=(temp_file const&) = delete;
boost::filesystem::path const& path() const