mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
[runner] rename 'module' variables (#8999)
rename all occurrences of 'module' to 'pt_module' to prevent intellisense error
This commit is contained in:
@@ -138,8 +138,8 @@ int runner(bool isProcessElevated)
|
||||
{
|
||||
try
|
||||
{
|
||||
auto module = load_powertoy(moduleSubdir);
|
||||
modules().emplace(module->get_key(), std::move(module));
|
||||
auto pt_module = load_powertoy(moduleSubdir);
|
||||
modules().emplace(pt_module->get_key(), std::move(pt_module));
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user