mirror of
https://github.com/reactos/wine.git
synced 2025-01-31 17:23:53 +00:00
infosoft: Remove unneeded address-of operator from function name.
This commit is contained in:
parent
28a2179dd6
commit
fa07687034
@ -121,7 +121,7 @@ static const IClassFactoryVtbl infosoft_cfvt =
|
|||||||
infosoftcf_fnLockServer
|
infosoftcf_fnLockServer
|
||||||
};
|
};
|
||||||
|
|
||||||
static CFImpl wb_cf = { &infosoft_cfvt, &wb_Constructor };
|
static CFImpl wb_cf = { &infosoft_cfvt, wb_Constructor };
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
* DllGetClassObject (INFOSOFT.@)
|
* DllGetClassObject (INFOSOFT.@)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user