mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Rename variable igdrclHkeyType -> hkeyType
Change-Id: I2ea5339e459cd3fbf0c2643874f999af14fa0d22 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
bd3931a9fb
commit
3cdd37d429
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user