X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fadapter%2FUSBCECAdapterCommands.h;h=d961240fc13c3ca282c53a5c41545792505f004c;hb=8a8677a2c1e203de235cf7e8f1ee2605b68f7164;hp=389aa5f680a74a44d19ccf125491f0f45a9b5ffd;hpb=466925f5c43536e5fd96632615810da783b78096;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.