]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/source-file.hh
Imported Upstream version 2.16.0
[lilypond.git] / lily / include / source-file.hh
index 9dedceb48ba17c2310c20a4eea4b8cf8b5e781cc..e4bdc3f63843ac97019412e11d9f328957de7a29 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1999--2011 Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 1999--2012 Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -37,7 +37,7 @@ using namespace std;
 
 class Source_file
 {
-  vector<char const*> newline_locations_;
+  vector<char const *> newline_locations_;
   istream *istream_;
   vector<char> characters_;
   SCM str_port_;
@@ -45,7 +45,7 @@ class Source_file
   void load_stdin ();
   void init_port ();
   void init ();
-  
+
   DECLARE_SMOBS (Source_file);
 public:
   Source_file (string fn);
@@ -65,7 +65,7 @@ public:
   Slice line_slice (char const *pos_str0) const;
   string line_string (char const *pos_str0) const;
   void get_counts (char const *pos_str0, int *, int *, int *, int *) const;
-  
+
   SCM get_port () const;
   string name_;