aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/a11y/gal-a11y-e-cell-popup.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/a11y/gal-a11y-e-cell-popup.h')
-rw-r--r--widgets/table/a11y/gal-a11y-e-cell-popup.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/widgets/table/a11y/gal-a11y-e-cell-popup.h b/widgets/table/a11y/gal-a11y-e-cell-popup.h
index 52e0066d19..76ad0ffec9 100644
--- a/widgets/table/a11y/gal-a11y-e-cell-popup.h
+++ b/widgets/table/a11y/gal-a11y-e-cell-popup.h
@@ -55,8 +55,8 @@ GType gal_a11y_e_cell_popup_get_type (void);
AtkObject *gal_a11y_e_cell_popup_new (ETableItem *item,
ECellView *cell_view,
AtkObject *parent,
- int model_col,
- int view_col,
- int row);
+ gint model_col,
+ gint view_col,
+ gint row);
#endif /* ! __GAL_A11Y_E_CELL_POPUP_H__ */