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…
Reference in New Issue