mirror of
https://github.com/reactos/wine.git
synced 2025-01-31 09:01:59 +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
|
||||
};
|
||||
|
||||
static CFImpl wb_cf = { &infosoft_cfvt, &wb_Constructor };
|
||||
static CFImpl wb_cf = { &infosoft_cfvt, wb_Constructor };
|
||||
|
||||
/***********************************************************************
|
||||
* DllGetClassObject (INFOSOFT.@)
|
||||
|
Loading…
x
Reference in New Issue
Block a user