Gabriele Contini
2020-03-15 a1b64080d1525a7a65e53f33d1a3fd257957e732
src/library/hw_identifier/identification_strategy.cpp
@@ -32,6 +32,7 @@
   }
   return result;
}
std::unique_ptr<IdentificationStrategy> IdentificationStrategy::get_strategy(LCC_API_IDENTIFICATION_STRATEGY strategy) {
   unique_ptr<IdentificationStrategy> result;
   switch (strategy) {