lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 4564 in lilypond: make Grob an abstract class


From: lilypond
Subject: Re: [Lilypond-auto] Issue 4564 in lilypond: make Grob an abstract class
Date: Tue, 18 Aug 2015 13:32:13 +0000


Comment #4 on issue 4564 by address@hidden: make Grob an abstract class
https://code.google.com/p/lilypond/issues/detail?id=4564

Re #2: where is the point in that? Basically, you are declaring something as Accidental_interface * which isn't. You cannot call any member function of Accidental_interface through it since the underlying Grob object is not derived from Accidental_interface.

My "hopes to convert scheme callbacks into member functions" don't extent to calling "member functions" on objects not actually derived from the class of which the member function is being called.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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