[RAPPS] Removed redundant static_cast
authorAlexander Shaposhnikov <sanchaez@reactos.org>
Fri, 27 Oct 2017 18:25:24 +0000 (21:25 +0300)
committerAlexander Shaposhnikov <sanchaez@reactos.org>
Fri, 27 Oct 2017 19:03:31 +0000 (22:03 +0300)
base/applications/rapps/available.cpp

index f7577f0..a62cc14 100644 (file)
@@ -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);