Carl Sorensen <c_soren...@byu.edu> 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

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to