aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-popup.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-cell-popup.h')
-rw-r--r--widgets/table/e-cell-popup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-cell-popup.h b/widgets/table/e-cell-popup.h
index c2f19bad00..9deaac4a01 100644
--- a/widgets/table/e-cell-popup.h
+++ b/widgets/table/e-cell-popup.h
@@ -70,7 +70,7 @@ typedef struct {
ECellClass parent_class;
/* Virtual function for subclasses to override. */
- gint (*popup) (ECellPopup *ecp, GdkEvent *event);
+ gint (*popup) (ECellPopup *ecp, GdkEvent *event, int row, int view_col);
} ECellPopupClass;