diff options
author | Florian Jung <flo@thinkpad.(none)> | 2011-01-09 18:08:06 +0100 |
---|---|---|
committer | Florian Jung <flo@thinkpad.(none)> | 2011-01-09 18:12:18 +0100 |
commit | e68c45396bce7523f706df0b02a78cb08ac8d1cc (patch) | |
tree | 857c20c1f4dcdf7c5e743455c59a44c52c84d65a /synth/note_loader.h | |
parent | bf75646b14cf1e8f3eed9f8b15158efefb837cb4 (diff) |
Loaded note-shared-objects are now unloadedcompiled_notes
Diffstat (limited to 'synth/note_loader.h')
-rw-r--r-- | synth/note_loader.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |