summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-03-31 10:10:32 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-04-06 04:21:39 +0200
commit77b08c1117a849ab5de33b7c06976b0a151c2fd6 (patch)
tree1310b59d014576c29368a68acbda4f71de058948
parentc8548534c6d4dc3049128c87c6f2332d94c66e43 (diff)
options/value: sprinkle konst
-rw-r--r--options/value.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/value.hpp b/options/value.hpp
index 48f71d47..020cbeea 100644
--- a/options/value.hpp
+++ b/options/value.hpp
@@ -214,7 +214,7 @@ public:
template<typename u>
OTR_NEVER_INLINE
- u to()
+ u to() const
{
return static_cast<u>(get());
}