summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/frp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frp.cpp b/src/frp.cpp
index 1d377dd..eba104d 100644
--- a/src/frp.cpp
+++ b/src/frp.cpp
@@ -73,7 +73,7 @@ BhvCurTime & BhvCurTime::operator=(BhvCurTime && other)
BhvImplBase::~BhvImplBase() = default;
-void BhvImplBase::dependsOn(shared_ptr<BhvImplBase> other)
+void BhvImplBase::dependsOn(const BhvCurTime &, shared_ptr<BhvImplBase> other)
{
depends.push_back(other);
other->rdepends.push_back(shared_from_this());