aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--butl/path2
1 files changed, 1 insertions, 1 deletions
diff --git a/butl/path b/butl/path
index 3f0d567..62cadad 100644
--- a/butl/path
+++ b/butl/path
@@ -406,7 +406,7 @@ namespace butl
}
iterator
- operator++ (int) {iterator r (*this); operator++(); return r;}
+ operator++ (int) {iterator r (*this); operator++ (); return r;}
string_type operator* () const
{