]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music-wrapper-iterator.hh
Run grand replace for 2015.
[lilypond.git] / lily / include / music-wrapper-iterator.hh
index 686f63032e5fc594d2e1fea5c3a75ce9fde87ccd..47cd6763c3ab99a151e9609a776ab77ce9949dc1 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1998--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1998--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -32,8 +32,10 @@ class Music_wrapper_iterator : public Music_iterator
 public:
   DECLARE_SCHEME_CALLBACK (constructor, ());
   Music_wrapper_iterator ();
-  DECLARE_CLASSNAME(Music_wrapper_iterator);
+  DECLARE_CLASSNAME (Music_wrapper_iterator);
 
+  virtual Context *get_outlet () const;
+  virtual void set_context (Context *trans);
   virtual void derived_substitute (Context *f, Context *t);
   virtual void derived_mark () const;
   virtual void construct_children ();