From b939d1a0b6b375ea5bae54d83a1cb89eb888c75a Mon Sep 17 00:00:00 2001
From: gcontini <1121667+gcontini@users.noreply.github.com>
Date: 周六, 21 3月 2020 20:57:47 +0800
Subject: [PATCH] update docs

---
 src/library/hw_identifier/hw_identifier.hpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/library/hw_identifier/hw_identifier.hpp b/src/library/hw_identifier/hw_identifier.hpp
index 56d3716..c2738b9 100644
--- a/src/library/hw_identifier/hw_identifier.hpp
+++ b/src/library/hw_identifier/hw_identifier.hpp
@@ -50,8 +50,8 @@
 	HwIdentifier(const std::string &param);
 	virtual ~HwIdentifier();
 	HwIdentifier(const HwIdentifier &other);
-	void set_identification_strategy(LCC_API_IDENTIFICATION_STRATEGY strategy);
-	LCC_API_IDENTIFICATION_STRATEGY get_identification_strategy() const;
+	void set_identification_strategy(LCC_API_HW_IDENTIFICATION_STRATEGY strategy);
+	LCC_API_HW_IDENTIFICATION_STRATEGY get_identification_strategy() const;
 	void set_use_environment_var(bool use_env_var);
 	void set_virtual_environment(os::VIRTUALIZATION virtualization);
 	void set_virtualization(os::VIRTUALIZATION_DETAIL virtualization_detail);

--
Gitblit v1.9.1