X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/8582d7dfe21e7225d4a715501d70c2649268228f..bc6cac0e474dfe2feb4983aef98f99e23a98ffc4:/tests/test_reconnect_on_tariff_change.cpp diff --git a/tests/test_reconnect_on_tariff_change.cpp b/tests/test_reconnect_on_tariff_change.cpp index ca03d6c2..c47bc1fd 100644 --- a/tests/test_reconnect_on_tariff_change.cpp +++ b/tests/test_reconnect_on_tariff_change.cpp @@ -32,7 +32,7 @@ class AfterConnectedNotifier : public STG::PropertyNotifierBase m_disconnects(0) {} - void Notify(const bool& oldValue, const bool& newValue) override + void notify(const bool& oldValue, const bool& newValue) override { if (!oldValue && newValue) ++m_connects;