Set the cell value when the reference entry changes
[pspp] / src / ui / gui / t-test-options.h
index add815bfded9b1e33413fd160e3170255cea4f6d..4f138327f9273635140875c1e46f5a9857c443e9 100644 (file)
@@ -29,7 +29,7 @@ struct tt_options_dialog * tt_options_dialog_create (GtkWindow *);
 void tt_options_dialog_destroy (struct tt_options_dialog *);
 
 
-void tt_options_dialog_append_syntax (struct tt_options_dialog *, GString *);
+void tt_options_dialog_append_syntax (const struct tt_options_dialog *, GString *);
 
 
 #endif