fixed overload funcs and connect()
This commit is contained in:
parent
167331944c
commit
a251b4cb6b
3 changed files with 4 additions and 4 deletions
|
|
@ -111,6 +111,6 @@ void OverseerHandler::setEndpointWidgets(std::vector<EndpointWidget*> ews){
|
|||
}
|
||||
|
||||
void OverseerHandler::updateMuteCallback(uint64_t idx, bool muted){
|
||||
epwMuteFunc f = &EndpointWidget::updateMuteC;
|
||||
epwMuteFunc f = &EndpointWidget::updateMute;
|
||||
std::invoke(f, endpointWidgets.at(idx), muted);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue