On Mon, Nov 05, 2001 at 06:10:17PM +0000, Jose Abilio Oliveira Matos wrote:
> On Mon, Nov 05, 2001 at 06:53:08PM +0100, Lars Gullik Bjønnes wrote:
> > 
> > what does line 39 say?
> 
> int InsetIndex::docbook(Buffer const *, ostream & os) const
> {
>       os << "<indexterm><primary>" << getContents()
>          << "</primary></indexterm>";
>       return 0;
> }
> 

  Lars do you see any reason for this code to fail with gcc3.0.x?
  
  It is really weird... As if it doesn't take the definition for this
function that is present in insetindex.h:

int docbook(Buffer const *, std::ostream &) const;

  Help, please. :-)
> > -- 
> >     Lgb

-- 
José

Reply via email to