From e68c45396bce7523f706df0b02a78cb08ac8d1cc Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Sun, 9 Jan 2011 18:08:06 +0100 Subject: Loaded note-shared-objects are now unloaded --- synth/note_loader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synth/note_loader.h') diff --git a/synth/note_loader.h b/synth/note_loader.h index a922f3c..6731da1 100644 --- a/synth/note_loader.h +++ b/synth/note_loader.h @@ -9,5 +9,5 @@ using namespace std; void load_note_from_so(string file, program_t &prog); //throws string - +void maybe_unload_note(program_t &prog); #endif -- cgit v1.2.3