diff options
Diffstat (limited to 'apps/plugin.h')
-rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index faea8470f0..56e0bfcd04 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -831,7 +831,7 @@ struct plugin_api { #endif int (*show_logo)(void); struct tree_context* (*tree_get_context)(void); - void (*set_current_file)(char* path); + void (*set_current_file)(const char* path); void (*set_dirfilter)(int l_dirfilter); #ifdef HAVE_WHEEL_POSITION |