summaryrefslogtreecommitdiffstats
path: root/source/dialogs/combi.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/dialogs/combi.c')
-rw-r--r--source/dialogs/combi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/dialogs/combi.c b/source/dialogs/combi.c
index a41e54e6..f88a6fa0 100644
--- a/source/dialogs/combi.c
+++ b/source/dialogs/combi.c
@@ -187,7 +187,7 @@ static ModeMode combi_mode_result ( Mode *sw, int mretv, char **input, unsigned
}
return MODE_EXIT;
}
-static int combi_mode_match ( const Mode *sw, GRegex **tokens, unsigned int index )
+static int combi_mode_match ( const Mode *sw, rofi_int_matcher **tokens, unsigned int index )
{
CombiModePrivateData *pd = mode_get_private_data ( sw );
for ( unsigned i = 0; i < pd->num_switchers; i++ ) {