We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e002f14 commit b67f526Copy full SHA for b67f526
phlib/include/settings.h
@@ -129,7 +129,7 @@ PhGetExpandStringSetting(
129
130
setting = PhGetStringSetting(Name);
131
#ifdef __cplusplus
132
- PhMoveReference((PVOID*)&setting, PhExpandEnvironmentStrings(&setting->sr));
+ PhMoveReference(reinterpret_cast<PVOID*>(&setting), PhExpandEnvironmentStrings(&setting->sr));
133
#else
134
PhMoveReference(&setting, PhExpandEnvironmentStrings(&setting->sr));
135
#endif
0 commit comments