diff options
-rw-r--r-- | libbutl/url.mxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/url.mxx b/libbutl/url.mxx index 357926b..d50ae55 100644 --- a/libbutl/url.mxx +++ b/libbutl/url.mxx @@ -442,7 +442,7 @@ LIBBUTL_MODEXPORT namespace butl static void decode (I begin, I end, O output, F&& dfunc); - template <typename I, typename O, typename F> + template <typename I, typename O> static void decode (I b, I e, O o) { |