]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stream-event.hh
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
[lilypond.git] / lily / include / stream-event.hh
index f6e5477fbde382afab9f3425fd2e0c0abe6cecc6..1a9fdd017df15583708f0450ba12dcbfac862c8c 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2005--2010 Erik Sandberg <mandolaerik@gmail.com>
+  Copyright (C) 2005--2011 Erik Sandberg <mandolaerik@gmail.com>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -30,7 +30,7 @@ public:
   Stream_event ();
   VIRTUAL_COPY_CONSTRUCTOR (Stream_event, Stream_event);
 
-  Stream_event (SCM event_class, SCM mutable_props=SCM_EOL);
+  Stream_event (SCM event_class, SCM mutable_props = SCM_EOL);
   Stream_event (SCM class_name, Input *);
 
   Input *origin () const;