2009/9/27 Ian Hulin <i...@hulin.org.uk>: > Declared in both are: > apply_property_operations > execute_revert_property > execute_pushpop_property > sloppy_general_pushpop_property > updated_grob_properties
AFAICT, these aren't members of the Context class; they're just functions whose prototypes are in the same file scope. If they were class members, they'd be declared inside the class definition. > Declared in context_property.cc only are: > general_pushpop_property (which calls sloppy_general_pushpop_property) > execute_override_property This looks like an oversight, since they should also be prototyped (of course g++ doesn't complain here, but according to my C++ reference, function prototypes are compulsory). Regards, Neil _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel