Kaydet (Commit) 5d067606 authored tarafından Michael Stahl's avatar Michael Stahl

sdext: check the copy on the stack, not the member

Change-Id: Id8aaccf5fa31ad670215db61853bb729302b1fec
üst 53425404
......@@ -483,7 +483,7 @@ void PresenterClockTimer::CheckCurrentTime (const TimeValue& rCurrentTime)
}
}
}
if (mxRequestCallback.is() && xCallback.is())
if (xRequestCallback.is() && xCallback.is())
xRequestCallback->addCallback(xCallback, Any());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment