func-menu gets confused with a c++ method definition that appears as follows:
tTree<cLedgerBalance>*
cAcctXtrPosition::generateLedgerBalances( tTree<cLedgerBalance>* Balances,
cChartOfAccounts* Charts,
hConst<cBatchStatus> BatchStatus,
cScriptInterpretor* Interpretor,
int jeGenDebug ) throw( cException& )
{
}
Apparently, having the return type on a line before the method name confuses
it such that it does not know the name of the method. Anyone have any
suggestions on how to fix this?
--
Jake Colman -- XEmacs Tinkerer