Fix compilation error with importpcap test
This commit is contained in:
parent
8f510635a9
commit
f1a962a6c4
@ -23,8 +23,8 @@ QString kAwkPathDefaultValue;
|
||||
/*
|
||||
* Dummy Stuff for successful linking
|
||||
*/
|
||||
char *version = "";
|
||||
char *revision = "";
|
||||
const char *version = "";
|
||||
const char *revision = "";
|
||||
quint64 getDeviceMacAddress(
|
||||
int /*portId*/,
|
||||
int /*streamId*/,
|
||||
|
Loading…
Reference in New Issue
Block a user