Commit ccae172e authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

comcat: Remove const from COMCAT Manager.

parent c231fd68
......@@ -63,7 +63,7 @@ typedef struct
LONG ref;
} ComCatMgrImpl;
extern const ComCatMgrImpl COMCAT_ComCatMgr;
extern ComCatMgrImpl COMCAT_ComCatMgr;
extern const ICatRegisterVtbl COMCAT_ICatRegister_Vtbl;
extern const ICatInformationVtbl COMCAT_ICatInformation_Vtbl;
......
......@@ -111,7 +111,7 @@ static const IUnknownVtbl COMCAT_IUnknown_Vtbl =
/**********************************************************************
* static ComCatMgr instance
*/
const ComCatMgrImpl COMCAT_ComCatMgr =
ComCatMgrImpl COMCAT_ComCatMgr =
{
&COMCAT_IUnknown_Vtbl,
&COMCAT_ICatRegister_Vtbl,
......
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