X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftestclient%2Fmain.cpp;h=5858eb6689050a7b2f3f01ed5d471488e7d4f226;hb=c3039d2e99a31c129c982d271f25c9c56e353643;hp=43b01192a1e3f072ba775b297f40c6f3133250d1;hpb=d956c02e62e94806340bac2260daba9992eeafb4;p=deb_libcec.git diff --git a/src/testclient/main.cpp b/src/testclient/main.cpp index 43b0119..5858eb6 100644 --- a/src/testclient/main.cpp +++ b/src/testclient/main.cpp @@ -177,9 +177,9 @@ int CecCommand(const cec_command &UNUSED(command)) void EnableCallbacks(ICECAdapter *adapter) { - g_callbacks.CecLogMessage = &CecLogMessage; - g_callbacks.CecKeyPress = &CecKeyPress; - g_callbacks.CecCommand = &CecCommand; + g_callbacks.CBCecLogMessage = &CecLogMessage; + g_callbacks.CBCecKeyPress = &CecKeyPress; + g_callbacks.CBCecCommand = &CecCommand; adapter->EnableCallbacks(&g_callbacks); }