aboutsummaryrefslogtreecommitdiff
path: root/libbutl/filesystem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/filesystem.hxx')
-rw-r--r--libbutl/filesystem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/filesystem.hxx b/libbutl/filesystem.hxx
index bf1b3af..4fa1021 100644
--- a/libbutl/filesystem.hxx
+++ b/libbutl/filesystem.hxx
@@ -434,7 +434,7 @@ namespace butl
dir_iterator (const dir_iterator&) = delete;
dir_iterator& operator= (const dir_iterator&) = delete;
- dir_iterator (dir_iterator&& x);
+ dir_iterator (dir_iterator&&) noexcept;
dir_iterator& operator= (dir_iterator&&);
dir_iterator& operator++ () {next (); return *this;}