gcontini
2020-03-22 cba65cde7db0b3006f194f4e120d36de4b21e904
src/library/hw_identifier/ethernet.cpp
@@ -54,7 +54,7 @@
Ethernet::~Ethernet() {}
LCC_API_IDENTIFICATION_STRATEGY Ethernet::identification_strategy() const {
LCC_API_HW_IDENTIFICATION_STRATEGY Ethernet::identification_strategy() const {
   return use_ip ? STRATEGY_IP_ADDRESS : STRATEGY_ETHERNET;
}