Fix insertCpmToCpmTable
This commit is contained in:
parent
eb7790e7ce
commit
c0b38d46f3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue