From 7b47d9f59500f2d17f8d6074370d31b71cc34031 Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Mon, 3 Mar 2008 11:39:29 +0200 Subject: [PATCH] Add current wav file field to struct --- src/audio-note.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/audio-note.h b/src/audio-note.h index a43df43..4f5cd85 100644 --- a/src/audio-note.h +++ b/src/audio-note.h @@ -44,6 +44,7 @@ struct _audio_note_ui { GtkWidget *btn_play; GtkWidget *btn_stop; gint pos_sid; + gchar *cfile; note_pipeline *note_play; note_pipeline *note_record; }; -- 2.39.5