summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cxml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cxml.h b/src/cxml.h
index b6f2c63..24174ff 100644
--- a/src/cxml.h
+++ b/src/cxml.h
@@ -70,7 +70,7 @@ private:
*/
template <typename P, typename Q>
P
-raw_convert (Q v)
+raw_convert (Q)
{
/* We can't write a generic version of raw_convert; all required
versions must be specialised.