mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +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
@@ -25,7 +25,7 @@ class RegistryReader : public SettingsReader {
|
||||
const char *appSpecificLocation(const std::string &name) override;
|
||||
|
||||
protected:
|
||||
HKEY igdrclHkeyType;
|
||||
HKEY hkeyType;
|
||||
std::string registryReadRootKey;
|
||||
void setUpProcessName();
|
||||
std::string processName;
|
||||
|
||||
Reference in New Issue
Block a user