aboutsummaryrefslogtreecommitdiff
path: root/src/experiment-player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/experiment-player.h')
-rw-r--r--src/experiment-player.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/experiment-player.h b/src/experiment-player.h
index a7cda8a..018cabd 100644
--- a/src/experiment-player.h
+++ b/src/experiment-player.h
@@ -37,7 +37,9 @@ extern gchar *quickopen_directory;
void format_selection_init(const gchar *dir);
extern GtkWidget *transcript_wizard_combo,
- *transcript_proband_combo;
+ *transcript_proband_combo,
+ *transcript_wizard_entry_check,
+ *transcript_proband_entry_check;
#define BUILDER_INIT(BUILDER, VAR) do { \
VAR = GTK_WIDGET(gtk_builder_get_object(BUILDER, #VAR)); \