summaryrefslogtreecommitdiff
path: root/src/connection-editor/page-team.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection-editor/page-team.h')
-rw-r--r--src/connection-editor/page-team.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/connection-editor/page-team.h b/src/connection-editor/page-team.h
index d3a5270a..68f5ff2a 100644
--- a/src/connection-editor/page-team.h
+++ b/src/connection-editor/page-team.h
@@ -43,7 +43,8 @@ typedef struct {
GType ce_page_team_get_type (void);
-CEPage *ce_page_team_new (NMConnection *connection,
+CEPage *ce_page_team_new (NMConnectionEditor *editor,
+ NMConnection *connection,
GtkWindow *parent,
NMClient *client,
const char **out_secrets_setting_name,