diff options
Diffstat (limited to 'utils/themeeditor/skin_parser.h')
| -rw-r--r-- | utils/themeeditor/skin_parser.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/themeeditor/skin_parser.h b/utils/themeeditor/skin_parser.h index 5098002..7de726b 100644 --- a/utils/themeeditor/skin_parser.h +++ b/utils/themeeditor/skin_parser.h @@ -41,7 +41,8 @@ enum skin_element_type COMMENT, TAG, CONDITIONAL, - SUBLINES + SUBLINES, + LINE }; enum skin_errorcode |