From 1f74d4041f03db911cd868b60cfd242a5fb6cfad Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:51:01 +0000 Subject: [PATCH] lilypond-0.1.7 --- init/symbol.ly | 3 ++- lib/include/source.hh | 1 + lib/source.cc | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/init/symbol.ly b/init/symbol.ly index 62baead466..8d84256d94 100644 --- a/init/symbol.ly +++ b/init/symbol.ly @@ -1,4 +1,4 @@ -\version "0.1.0"; +\version "0.1.1"; \include "dynamic.ly" \include "dutch.ly" @@ -8,6 +8,7 @@ % ugh \include "midi.ly" +% declarations for standard directions left = -1 right = 1 up = 1 diff --git a/lib/include/source.hh b/lib/include/source.hh index bc4a859c0a..9d443ed0db 100644 --- a/lib/include/source.hh +++ b/lib/include/source.hh @@ -14,6 +14,7 @@ public: void set_path(File_path*p_C); Sources(); void set_binary(bool); + ~Sources(); private: const File_path * path_C_; void add( Source_file* sourcefile_p ); diff --git a/lib/source.cc b/lib/source.cc index 6be3ca42fc..ec490f17e7 100644 --- a/lib/source.cc +++ b/lib/source.cc @@ -72,3 +72,6 @@ Sources::sourcefile_l( char const* ch_C ) return *sourcefile_l_pcur; return 0; } + +Sources::~Sources() +{} -- 2.39.5