devenum: Constify a variable

Robert Shearman rob at codeweavers.com
Sun Apr 22 11:50:33 CDT 2007


Andrew Talbot wrote:
>   */
>  static HRESULT WINAPI DEVENUM_IClassFactory_CreateInstance(
>      LPCLASSFACTORY iface,
> -    LPUNKNOWN pUnkOuter,
> +    const IUnknown *pUnkOuter,
>      REFIID riid,
>      LPVOID *ppvObj)
>   

I'm not sure what the point of this is.

-- 
Rob Shearman




More information about the wine-devel mailing list