summaryrefslogtreecommitdiff
path: root/synth/note_loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'synth/note_loader.h')
-rw-r--r--synth/note_loader.h2
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