diff options
Diffstat (limited to 'butl')
-rw-r--r-- | butl/path | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |