gcontini
2020-10-13 b3e2d5007ab4d897c19fb8e039475d9f6c89b4a0
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;
}