lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help with C++ dereferencing


From: David Kastrup
Subject: Re: Help with C++ dereferencing
Date: Sun, 18 Sep 2016 08:47:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Carl Sorensen <address@hidden> writes:

> But when I try to compile this, I get the error:
>
> error: invalid use of incomplete type 'class Grob'
>         d->suicide ();
>          ^
> In file included from 
> /home/carl/lilypond-git/lily/include/dot-configuration.hh:23:0,
>                  from /home/carl/lilypond-git/lily/dot-configuration.cc:21:
> /home/carl/lilypond-git/lily/include/lily-proto.hh:72:7: error: forward 
> declaration of 'class Grob'
>  class Grob;
>        ^
>
> Can anybody (perhaps David K) give me a clue as to how I pull the grob out to 
> suicide it?

Apparently you are missing

#include "grob.hh"

-- 
David Kastrup



reply via email to

[Prev in Thread] Current Thread [Next in Thread]