wip: setenabled crash to fix

This commit is contained in:
Hane 2023-09-01 21:36:07 +02:00
commit 4fc1019409
6 changed files with 111 additions and 17 deletions

View file

@ -44,6 +44,7 @@ class Endpoint {
uint8_t getRoles();
void setRoles(Roles role);
void assignRoles(uint8_t role);
void removeRoles(uint8_t role);
std::wstring getId();
std::wstring getName();
void setVolumeCallback(EndpointVolumeCallback *epc);