gcontini
2020-05-04 95c76c3f53583e7064a7f64954db18340e14ab11
src/library/hw_identifier/disk_strategy.cpp
@@ -73,7 +73,7 @@
DiskStrategy::~DiskStrategy() {}
LCC_API_IDENTIFICATION_STRATEGY DiskStrategy::identification_strategy() const {
LCC_API_HW_IDENTIFICATION_STRATEGY DiskStrategy::identification_strategy() const {
   return m_use_id ? STRATEGY_DISK_NUM : STRATEGY_DISK_LABEL;
}