diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-31 10:10:32 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-04-06 04:21:39 +0200 |
commit | 77b08c1117a849ab5de33b7c06976b0a151c2fd6 (patch) | |
tree | 1310b59d014576c29368a68acbda4f71de058948 /options | |
parent | c8548534c6d4dc3049128c87c6f2332d94c66e43 (diff) |
options/value: sprinkle konst
Diffstat (limited to 'options')
-rw-r--r-- | options/value.hpp | 2 |
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()); } |