X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fsource.hh;h=b06266b4fc8df483db94779bf6dd823ccc0901bf;hb=7785ac382ed511ed535adf77adc3c07649fbc9b5;hp=09c6b0553f4e19d23c196a0de9f763341600c220;hpb=fa60b01a20f21d6aff9c0923a0b76de9fe106c30;p=lilypond.git diff --git a/lily/include/source.hh b/lily/include/source.hh index 09c6b0553f..b06266b4fc 100644 --- a/lily/include/source.hh +++ b/lily/include/source.hh @@ -13,9 +13,8 @@ /* A set of sourcefiles. */ class Sources { - Sources (Sources const &) {} + Sources (Sources const &); vector sourcefiles_; - bool is_binary_; public: Sources (); @@ -25,7 +24,6 @@ public: Source_file *get_sourcefile (char const *); void add (Source_file *sourcefile); void set_path (File_path *); - void set_binary (bool); const File_path *path_; };