Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarley Acheson <harley.acheson@gmail.com>2020-01-29 21:20:30 +0300
committerHarley Acheson <harley.acheson@gmail.com>2020-01-29 21:20:30 +0300
commit35c6d68d35699fe088537074ebaa5034c8e6321e (patch)
tree96c13c505d06bbb86e1168ee424bf1d2da3114e2 /source/blender/editors/space_file/fsmenu.h
parentaa919f3e82020a4d9e953ec826a390bf2837cadc (diff)
UI: fsmenu_insert_entry Declaration Mismatch
Code cleanup. Fixes a mismatch between definition and declaration of fsmenu_insert_entry(). Differential Revision: https://developer.blender.org/D6712 Reviewed by Julian Eisel
Diffstat (limited to 'source/blender/editors/space_file/fsmenu.h')
-rw-r--r--source/blender/editors/space_file/fsmenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_file/fsmenu.h b/source/blender/editors/space_file/fsmenu.h
index a33783b1905..17cfdf1c7f0 100644
--- a/source/blender/editors/space_file/fsmenu.h
+++ b/source/blender/editors/space_file/fsmenu.h
@@ -42,7 +42,7 @@ void fsmenu_insert_entry(struct FSMenu *fsmenu,
enum FSMenuCategory category,
const char *path,
const char *name,
- const int icon,
+ int icon,
const enum FSMenuInsert flag);
/** Refresh 'valid' status of given menu entry */