Code cleanup: use 'const' for arrays (editors)
This commit is contained in:
@@ -1735,7 +1735,7 @@ void init_userdef_do_versions(void)
|
||||
|
||||
/* adjust themes */
|
||||
for (btheme = U.themes.first; btheme; btheme = btheme->next) {
|
||||
char *col;
|
||||
const char *col;
|
||||
|
||||
/* IPO Editor: Handles/Vertices */
|
||||
col = btheme->tipo.vertex;
|
||||
|
||||
Reference in New Issue
Block a user