diff options
Diffstat (limited to 'apps/filetypes.h')
| -rw-r--r-- | apps/filetypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetypes.h b/apps/filetypes.h index a957f16..0b50b45 100644 --- a/apps/filetypes.h +++ b/apps/filetypes.h @@ -51,8 +51,8 @@ struct filetype { char* extension; int tree_attr; - int icon; int voiceclip; + enum themable_icons icon; }; void tree_get_filetypes(const struct filetype**, int*); |