]> git.donarmstrong.com Git - lilypond.git/blobdiff - lib/source.cc
patch::: 0.1.9.jcn2: pats
[lilypond.git] / lib / source.cc
index e60041553c84050e6237ce1e6ed35a5a714bdb2c..dd1c5f27d60f440088ef0ad26ce89d6c9692bd3a 100644 (file)
 #include "source.hh"
 #include "path.hh"
 
+Sources::Sources()
+{
+    path_C_= 0;
+    binary_b_ = false;
+}
+
+void
+Sources::set_binary(bool bo)
+{
+       binary_b_ = bo;
+}
+
 void
 Sources::set_path(File_path *f_C)
 {
@@ -47,12 +59,6 @@ Sources::get_file_l(String &file_str ) //UGH
     return f_p;
 }
 
-Sources::Sources()
-{
-    path_C_= 0;
-    binary_b_ = false;
-}
-
 void
 Sources::add( Source_file* sourcefile_p )
 {
@@ -74,5 +80,3 @@ Sources::sourcefile_l( char const* ch_C )
     return 0;
 }
 
-Sources::~Sources()
-{}