Sync to Wine-20050419:
[reactos.git] / reactos / lib / shell32 / enumidlist.c
index 072e328..7e1cb06 100644 (file)
@@ -193,7 +193,7 @@ static BOOL DeleteList(
 
 IEnumIDList * IEnumIDList_Constructor(void)
 {
-    IEnumIDListImpl *lpeidl = (IEnumIDListImpl*)HeapAlloc(GetProcessHeap(),
+    IEnumIDListImpl *lpeidl = HeapAlloc(GetProcessHeap(),
      HEAP_ZERO_MEMORY, sizeof(IEnumIDListImpl));
 
     if (lpeidl)