]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/audio-element-info.hh
Run grand-replace (issue 3765)
[lilypond.git] / lily / include / audio-element-info.hh
index 9f58f4ea0d7fc5b4223bef29e0b76b5646e04463..cd2e560943b0befcdbcb3833e3f2d4c8467bd191 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1999--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1999--2014 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
@@ -33,7 +33,7 @@ public:
   Stream_event *event_;
   Translator *origin_trans_;
 
-  vector<Context*> origin_contexts (Translator *) const;
+  vector<Context *> origin_contexts (Translator *) const;
 
   Audio_element_info (Audio_element *, Stream_event *);
   Audio_element_info ();