From f7f41830ddadd4ffda7ca68a2ae6020ac61c95de Mon Sep 17 00:00:00 2001 From: christian linke Date: Mon, 15 Oct 2012 15:21:23 +0200 Subject: * fix typo in CAmRoutingReceiver Signed-off-by: christian linke --- AudioManagerDaemon/src/CAmRoutingReceiver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AudioManagerDaemon/src/CAmRoutingReceiver.cpp b/AudioManagerDaemon/src/CAmRoutingReceiver.cpp index 9cf6dbc..7e14e33 100644 --- a/AudioManagerDaemon/src/CAmRoutingReceiver.cpp +++ b/AudioManagerDaemon/src/CAmRoutingReceiver.cpp @@ -352,7 +352,7 @@ void CAmRoutingReceiver::confirmRoutingRundown(const uint16_t handle) { mListRundownHandles.erase(std::remove(mListRundownHandles.begin(), mListRundownHandles.end(), handle), mListRundownHandles.end()); if (mWaitRundown && mListRundownHandles.empty()) - mpControlSender->confirmCommandRundown(); + mpControlSender->confirmRoutingRundown(); } uint16_t am::CAmRoutingReceiver::getStartupHandle() -- cgit v1.2.1