]> git.donarmstrong.com Git - lilypond.git/blobdiff - lib/include/source.hh
release: 0.1.13
[lilypond.git] / lib / include / source.hh
index fc0ca2728d196f89759f8abf826039489df54036..357647b9a10b7adc9523891848bdd46ce8ab7c0f 100644 (file)
@@ -14,14 +14,14 @@ class Sources
 public:
     Sources();
 
-    Source_file * get_file_l( String &filename );
-    Source_file* sourcefile_l( char const* ch_C );
+    Source_file * get_file_l(String &filename );
+    Source_file* sourcefile_l(char const* ch_C );
     void set_path(File_path*p_C);
     void set_binary(bool);
 
 private:
     const File_path * path_C_;
-    void add( Source_file* sourcefile_p );
+    void add(Source_file* sourcefile_p );
     Pointer_list<Source_file*> sourcefile_p_list_;
     bool binary_b_ ;
 };