dictionary.c: Remove the var_resized and var_display_width_changed callbacks
[pspp] / src / ui / gui / pspp-sheet-view-column.c
index a8d9f4891880a8f11dcd0e5dce14aacccf1a4dd0..f3ae12cdfc0f40720a0239e42d695a4cbaa74828 100644 (file)
@@ -2363,7 +2363,7 @@ pspp_sheet_view_column_set_title (PsppSheetViewColumn *tree_column,
  * Return value: the title of the column. This string should not be
  * modified or freed.
  **/
-G_CONST_RETURN gchar *
+const gchar *
 pspp_sheet_view_column_get_title (PsppSheetViewColumn *tree_column)
 {
   g_return_val_if_fail (PSPP_IS_SHEET_VIEW_COLUMN (tree_column), NULL);