]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Add missing updateLimits() to stub_HelperChildConfig.cc
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 7 Sep 2016 16:31:37 +0000 (04:31 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 7 Sep 2016 16:31:37 +0000 (04:31 +1200)
src/tests/stub_HelperChildConfig.cc

index 6adb95d8f0829bffd2421eb0687ac3af426c9637..3f6d5d77bdd842990e301bb0be464eb23c152aba 100644 (file)
@@ -47,4 +47,5 @@ Helper::ChildConfig::needNew() const
 }
 
 void Helper::ChildConfig::parseConfig() STUB
+Helper::ChildConfig & Helper::ChildConfig::updateLimits(const Helper::ChildConfig &) STUB_RETVAL(*this)