Commit 9cc84f63 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

dplayx: Cast-qual warning fix.

parent 45d6d1c2
......@@ -694,7 +694,7 @@ extern HRESULT DPL_EnumAddress( LPDPENUMADDRESSCALLBACK lpEnumAddressCallback, L
/* Invoke the enum method. If false is returned, stop enumeration */
if ( !lpEnumAddressCallback( &lpElements->guidDataType,
lpElements->dwDataSize,
(BYTE*)lpElements + sizeof( DPADDRESS ),
(const BYTE *)lpElements + sizeof( DPADDRESS ),
lpContext ) )
{
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment