summaryrefslogtreecommitdiffstats
path: root/source/dialogs/run.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/dialogs/run.c')
-rw-r--r--source/dialogs/run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/dialogs/run.c b/source/dialogs/run.c
index 561d02a3..8d7070ec 100644
--- a/source/dialogs/run.c
+++ b/source/dialogs/run.c
@@ -400,7 +400,7 @@ static char *_get_display_value ( const Mode *sw, unsigned int selected_line, G_
const RunModePrivateData *rmpd = (const RunModePrivateData *) sw->private_data;
return get_entry ? g_strdup ( rmpd->cmd_list[selected_line] ) : NULL;
}
-static int run_token_match ( const Mode *sw, GRegex **tokens, unsigned int index )
+static int run_token_match ( const Mode *sw, rofi_int_matcher **tokens, unsigned int index )
{
const RunModePrivateData *rmpd = (const RunModePrivateData *) sw->private_data;
return helper_token_match ( tokens, rmpd->cmd_list[index] );