X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fcontext-def.hh;h=b5ea240b70afa62595f7de88eef724a1a619a9b3;hb=2f38710a2b40a24977441aa7faa05b6ab132f3cf;hp=dd4df4c802061b355fe7ae44b2c104b20c67753a;hpb=f9214bac21e9926dc3248416f58190c98c4167a9;p=lilypond.git diff --git a/lily/include/context-def.hh b/lily/include/context-def.hh index dd4df4c802..b5ea240b70 100644 --- a/lily/include/context-def.hh +++ b/lily/include/context-def.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2007 Han-Wen Nienhuys + (c) 2000--2009 Han-Wen Nienhuys */ #ifndef CONTEXT_DEF_HH @@ -14,6 +14,7 @@ #include "smobs.hh" #include "input.hh" #include "virtual-methods.hh" +#include /* @@ -49,7 +50,12 @@ public: VIRTUAL_COPY_CONSTRUCTOR(Context_def, Context_def); vector path_to_acceptable_context (SCM type_string, - Output_def *) const; + Output_def *, + SCM) const; + vector internal_path_to_acceptable_context (SCM type_string, + Output_def *, + SCM, + set *seen) const; Context *instantiate (SCM extra_ops); SCM to_alist () const;