X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcec-config%2Fcec-config.cpp;h=36bdb21fbb55c6a255b74c451ae12056afbe902d;hb=2d4e263cf51412a7c7195e80290b972ad567e0ed;hp=29bdf593c58fc200a2bfdb67a07c077179d1bceb;hpb=9884e9ffc5293de5bb9092db1ed581f213a678df;p=deb_libcec.git diff --git a/src/cec-config/cec-config.cpp b/src/cec-config/cec-config.cpp index 29bdf59..36bdb21 100644 --- a/src/cec-config/cec-config.cpp +++ b/src/cec-config/cec-config.cpp @@ -166,7 +166,7 @@ bool OpenConnection(cec_device_type type = CEC_DEVICE_TYPE_RECORDING_DEVICE) g_callbacks.CBCecCommand = &CecCommand; g_config.callbacks = &g_callbacks; - g_config.deviceTypes.add(type); + g_config.deviceTypes.Add(type); g_parser = LibCecInitialise(&g_config); if (!g_parser)