Merge remote-tracking branch 'origin/master' into sheet
[pspp] / src / ui / gui / goto-case-dialog.h
index 455e2e637c06ae9977ba34e92df6e155f379e3b9..93fb13a464d2aea8fde7d0d9d82abef6cc463263 100644 (file)
@@ -17,7 +17,9 @@
 #ifndef __GOTO_CASE_DIALOG_H
 #define __GOTO_CASE_DIALOG_H
 
+#include "ui/gui/efficient-sheet/jmd-sheet.h"
 
-void goto_case_dialog (void *ds);
+
+void goto_case_dialog (JmdSheet *ds);
 
 #endif