mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 10:28:45 +00:00
[RAPPS] Removed redundant static_cast
This commit is contained in:
parent
e554a359f3
commit
81a5b04f62
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ skip_if_cached:
|
|||
Info->RefreshAppInfo();
|
||||
|
||||
if (lpEnumProc)
|
||||
lpEnumProc(static_cast<CAvailableApplicationInfo*>(Info), m_szAppsPath.GetString());
|
||||
lpEnumProc(Info, m_szAppsPath.GetString());
|
||||
|
||||
} while (FindNextFileW(hFind, &FindFileData) != 0);
|
||||
|
||||
|
|
Loading…
Reference in a new issue