Dekel> The ReturnNextInsetPointer method was erased in one of my patches, so I'm
Dekel> guessing that Angus was trying to compile his modified citation-inset code
Dekel> (and he didn't resolve correctly the conflicts when he updated the code
Dekel> against the CVS).
That's correct. Me being thick
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"
> |
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))) {
|
| LyXParag
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Compilation of the trunk of CVS is falling over with: cxx:
Angus> Error: buffer.C, line 3864: class "LyXParagraph" has no member
Angus> "ReturnNextInsetPointer" while ((inset =
Angus> par->ReturnNextInsetPointer(pos))) {
Angus> Ly