infosoft: Remove unneeded address-of operator from function name.

This commit is contained in:
Andrew Talbot 2008-07-06 13:00:04 +01:00 committed by Alexandre Julliard
parent 28a2179dd6
commit fa07687034
1 changed files with 1 additions and 1 deletions

View File

@ -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.@)