summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/value.h b/include/value.h
index c51a862b4d..d741c1f46a 100644
--- a/include/value.h
+++ b/include/value.h
@@ -213,7 +213,7 @@ T& value::as()
template<class T>
const T& value::as() const
{
- return tag_->as<T>();;
+ return tag_->as<T>();
}
}