X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fcontext-def.hh;h=46f9d5560d5d7f038b7cd3d31115ab4cd82d8ddf;hb=59a6d1a06432fc0ca88c3023c646182f389ec1b5;hp=c49fee1e305a6ada60a051ac52400a0e7044bfae;hpb=f127e14af04f474d20406ca0e0f76f05061ee103;p=lilypond.git diff --git a/lily/include/context-def.hh b/lily/include/context-def.hh index c49fee1e30..46f9d5560d 100644 --- a/lily/include/context-def.hh +++ b/lily/include/context-def.hh @@ -65,13 +65,13 @@ public: VIRTUAL_COPY_CONSTRUCTOR (Context_def, Context_def); - vector path_to_acceptable_context (SCM type_string, + std::vector path_to_acceptable_context (SCM type_string, Output_def *, SCM) const; - vector internal_path_to_acceptable_context (SCM type_string, + std::vector internal_path_to_acceptable_context (SCM type_string, Output_def *, SCM, - set *seen) const; + std::set *seen) const; Context *instantiate (SCM extra_ops); SCM to_alist () const;