diff --git a/thirdparty/filewatch/FileWatch.hpp b/thirdparty/filewatch/FileWatch.hpp index 3b485d8d038..3a19ae225c6 100644 --- a/thirdparty/filewatch/FileWatch.hpp +++ b/thirdparty/filewatch/FileWatch.hpp @@ -122,7 +122,7 @@ namespace filewatch { } // Const memeber varibles don't let me implent moves nicely, if moves are really wanted std::unique_ptr should be used and move that. - FileWatch(FileWatch&&) = delete; + FileWatch(FileWatch&&) = delete; FileWatch& operator=(FileWatch&&) & = delete; private: