Fix some compiler warnings
[pspp] / src / ui / gui / goto-case-dialog.c
index 1b5e39a45dfd204628a0f676df5baf1fd950254c..713c1e354a5d2f5cb2b9b422f9d0066b9fe7c050 100644 (file)
@@ -66,8 +66,8 @@ goto_case_dialog (PsppireDataSheet *ds)
       if (case_num >= 0 &&
          case_num < gtk_tree_model_iter_n_children (GTK_TREE_MODEL (ds), NULL))
       {
-       ssw_sheet_scroll_to (ds, -1, case_num);
-       ssw_sheet_set_active_cell (ds, -1, case_num, 0);
+       ssw_sheet_scroll_to (SSW_SHEET (ds), -1, case_num);
+       ssw_sheet_set_active_cell (SSW_SHEET (ds), -1, case_num, 0);
       }
     }
 }