Fixed some memory leaks in GUI.
[pspp-builds.git] / src / ui / gui / data-sheet.c
index 20869dcb0b0939466fdb16e3847779a83c8ca547..a9d980ded2e74a584dd9d34d0f5ed9601f44d772 100644 (file)
@@ -85,7 +85,7 @@ click2column(GtkWidget *w, gint col, gpointer data)
 
 /* Update the data_ref_entry with the reference of the active cell */
 static gint 
-update_data_ref_entry(GtkSheet *sheet, gint row, gint col)
+update_data_ref_entry(const GtkSheet *sheet, gint row, gint col)
 {
 
   /* The entry where the reference to the current cell is displayed */