gcontini
2020-03-21 b939d1a0b6b375ea5bae54d83a1cb89eb888c75a
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;
}