From 86a1e204d5b7e93ec42696afc0b8725d2c37ca54 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 17 Jul 2015 14:26:04 +0200 Subject: Cosmetic change --- butl/path | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.1