Merge remote-tracking branch 'origin/sheet'
[pspp] / src / ui / gui / goto-case-dialog.h
index 455e2e637c06ae9977ba34e92df6e155f379e3b9..422cdff37a17947b0a9c22d23117b46f78a65bef 100644 (file)
@@ -17,7 +17,9 @@
 #ifndef __GOTO_CASE_DIALOG_H
 #define __GOTO_CASE_DIALOG_H
 
+#include "psppire-data-sheet.h"
 
-void goto_case_dialog (void *ds);
+
+void goto_case_dialog (PsppireDataSheet *ds);
 
 #endif