Fix missing enum to str for Set.

This commit is contained in:
Dave Davenport 2022-01-24 19:56:17 +01:00
parent f9ea58f7c5
commit 28052a452c
2 changed files with 1282 additions and 1259 deletions

View File

@ -3,7 +3,7 @@
/**
* Name of the property type
*/
const char * const PropertyTypeName[P_NUM_TYPES] = {
const char *const PropertyTypeName[P_NUM_TYPES] = {
/** Integer */
"Integer",
/** Double */
@ -28,6 +28,8 @@ const char * const PropertyTypeName[P_NUM_TYPES] = {
"Highlight",
/** List */
"List",
/** Set */
"Set",
/** Orientation */
"Orientation",
/** Cursor */

File diff suppressed because it is too large Load Diff