Skip to content

Commit 74660f1

Browse files
jaladreipsigcbot
authored andcommitted
Prepare IGC regkeys for C++20
Prepare IGC regkeys for C++20
1 parent c4f2335 commit 74660f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

IGC/common/igc_regkeys.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,8 +544,8 @@ static void DumpIGCRegistryKeyDefinitions(
544544

545545
void DumpIGCRegistryKeyDefinitions()
546546
{
547-
constexpr char* registryKeyPath = "HKLM\\" IGC_REGISTRY_KEY;
548-
constexpr char* xmlPath =
547+
constexpr const char* registryKeyPath = "HKLM\\" IGC_REGISTRY_KEY;
548+
constexpr const char* xmlPath =
549549
"C:\\Intel\\IGfx\\GfxRegistryManager\\Keys\\IGC.xml";
550550

551551
DumpIGCRegistryKeyDefinitions(registryKeyPath, xmlPath);

0 commit comments

Comments
 (0)