Gabriele Contini
2020-03-15 0bfa5b65a8a50fc9b138c0bbc61cee28aa90dca2
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) {