]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/audio-element-info.cc
Imported Upstream version 2.16.0
[lilypond.git] / lily / audio-element-info.cc
index e7db515aab07a76c0ddaf177973e7ea9ca0d0781..85a74cccaf47957cb4cf347c03e1b839812939e1 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--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
@@ -36,11 +36,11 @@ Audio_element_info::Audio_element_info ()
   origin_trans_ = 0;
 }
 
-vector<Context*>
+vector<Context *>
 Audio_element_info::origin_contexts (Translator *end) const
 {
   Context *t = origin_trans_->context ();
-  vector<Context*> r;
+  vector<Context *> r;
   do
     {
       r.push_back (t);