summaryrefslogtreecommitdiff
path: root/src/buildtool/file_system/file_system_manager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/file_system/file_system_manager.hpp')
-rw-r--r--src/buildtool/file_system/file_system_manager.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/file_system/file_system_manager.hpp b/src/buildtool/file_system/file_system_manager.hpp
index c5618e8b..c5538c49 100644
--- a/src/buildtool/file_system/file_system_manager.hpp
+++ b/src/buildtool/file_system/file_system_manager.hpp
@@ -31,7 +31,7 @@ class FileSystemManager {
public:
DirectoryAnchor(DirectoryAnchor const&) = delete;
auto operator=(DirectoryAnchor const&) -> DirectoryAnchor& = delete;
- auto operator=(DirectoryAnchor &&) -> DirectoryAnchor& = delete;
+ auto operator=(DirectoryAnchor&&) -> DirectoryAnchor& = delete;
~DirectoryAnchor() noexcept {
if (!kRestorePath.empty()) {
try {