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