Fix insertCpmToCpmTable

This commit is contained in:
Yu Asabe 2022-04-01 16:37:53 +09:00
parent eb7790e7ce
commit c0b38d46f3
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ namespace v2x
* @param cpm The CPM to be inserted
* @param table_name The table to insert the CPM into (cpm_sent or cpm_received)
*/
void insertCpmToCpmTable(vanetza::asn1::Cpm, char* table_name);
void insertCpmToCpmTable(vanetza::asn1::Cpm, char*);
struct Object {
std::string uuid;