summaryrefslogtreecommitdiff
path: root/include/erebos
diff options
context:
space:
mode:
Diffstat (limited to 'include/erebos')
-rw-r--r--include/erebos/frp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/erebos/frp.h b/include/erebos/frp.h
index 72b5cc9..a06519d 100644
--- a/include/erebos/frp.h
+++ b/include/erebos/frp.h
@@ -165,7 +165,7 @@ template<typename A>
using Bhv = BhvFun<monostate, A>;
template<typename A>
-Watched<A> Bhv<A>::watch(function<void(const A &)> f)
+Watched<A> BhvFun<monostate, A>::watch(function<void(const A &)> f)
{
BhvCurTime ctime;
auto & impl = BhvFun<monostate, A>::impl;