]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/audio-element-info.hh
Imported Upstream version 2.16.0
[lilypond.git] / lily / include / audio-element-info.hh
index 9f58f4ea0d7fc5b4223bef29e0b76b5646e04463..e03cceff732b4352f249bb63b6e64ddb6761e666 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--2012 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 ();