Angus Leeming wrote: > void InsetFormulaMacro::write(Buffer const &, ostream & os) const > { > os << "FormulaMacro "; > WriteStream wi(os, false, false); > tmpl()->write(wi); > } >
No idea but I've just commited an obvious fix (add the declaration). Alfredo