]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/audio-element-info.cc
Merge branch 'lilypond/translation'
[lilypond.git] / lily / audio-element-info.cc
index 80f9b42b11d1692d06370e814e5c03e6c209c87b..944df8e3d90b2f129e07ca972110c5241f71efc5 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2010 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2011 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);