aboutsummaryrefslogtreecommitdiff
path: root/libbutl/url.mxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/url.mxx')
-rw-r--r--libbutl/url.mxx2
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)
{