Rename variable igdrclHkeyType -> hkeyType

Change-Id: I2ea5339e459cd3fbf0c2643874f999af14fa0d22
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2020-03-19 14:42:49 +01:00
committed by sys_ocldev
parent bd3931a9fb
commit 3cdd37d429
3 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ class TestedRegistryReader : public RegistryReader {
TestedRegistryReader(bool userScope) : RegistryReader(userScope, oclRegPath){};
TestedRegistryReader(std::string regKey) : RegistryReader(false, regKey){};
HKEY getHkeyType() const {
return igdrclHkeyType;
return hkeyType;
}
using RegistryReader::getSetting;