X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fadapter%2FUSBCECAdapterCommands.h;h=d961240fc13c3ca282c53a5c41545792505f004c;hb=e7602087a36a85313b834bfe40d6b0255a9ea1b4;hp=389aa5f680a74a44d19ccf125491f0f45a9b5ffd;hpb=b2f56d355ff33088445ad8a7f159c1d51d4d48dd;p=deb_libcec.git diff --git a/src/lib/adapter/USBCECAdapterCommands.h b/src/lib/adapter/USBCECAdapterCommands.h index 389aa5f..d961240 100644 --- a/src/lib/adapter/USBCECAdapterCommands.h +++ b/src/lib/adapter/USBCECAdapterCommands.h @@ -57,14 +57,14 @@ namespace CEC * @param configuration The configuration to persist. * @return True when persisted, false otherwise. */ - bool PersistConfiguration(libcec_configuration *configuration); + bool PersistConfiguration(const libcec_configuration &configuration); /*! * @brief Get the persisted configuration from the EEPROM. * @param configuration The persisted configuration. * @return True when retrieved, false otherwise. */ - bool GetConfiguration(libcec_configuration *configuration); + bool GetConfiguration(libcec_configuration &configuration); /*! * @brief Send a ping command to the adapter.