Dictionary missing (un)hidden parent method?

Hi everyone,

It looks like the dictionary for RooTreeData is missing the

RooPlot* RooAbsData::plotOn(RooPlot* frame, const RooCmdArg& arg1, const RooCmdArg& arg2, const RooCmdArg& arg3, const RooCmdArg& arg4, const RooCmdArg& arg5, const RooCmdArg& arg6, const RooCmdArg& arg7, const RooCmdArg& arg8) const
method.

This method is hidden by the overloading of the other plotOn method in RooAbsData by:

but should be unhidden by the

statement in the RooTreeData header.

The effect of this is that it becomes a lot harder to use RooFit from Python. Or did I miss something?

Cheers,
Jeroen

BTW. In case it matters: this is with 5.21/03 built from svn, on an intel MacBook running OS X 10.5.5.