On Tue, May 23, 2000 at 05:12:42PM +0200, Lars Gullik Bj&resh;nnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
>
> | Compilation of the trunk of CVS is falling over with:
> | cxx: Error: buffer.C, line 3864: class "LyXParagraph" has no member
> | "ReturnNextInsetPointer"
> | while ((inset = par->ReturnNextInsetPointer(pos))) {
> |
> | LyXParagraph (lyxparagraph.h) used to contain
> | Inset * ReturnNextInsetPointer(size_type & pos);
> | but does no more.
>
> Are you sure your buffer.C is the right one?
The ReturnNextInsetPointer method was erased in one of my patches, so I'm
guessing that Angus was trying to compile his modified citation-inset code
(and he didn't resolve correctly the conflicts when he updated the code
against the CVS).