diff options
Diffstat (limited to 'include/ScintillaTypes.h')
-rw-r--r-- | include/ScintillaTypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ScintillaTypes.h b/include/ScintillaTypes.h index ab4a55131..910cd5ec8 100644 --- a/include/ScintillaTypes.h +++ b/include/ScintillaTypes.h @@ -181,6 +181,7 @@ enum class Element { HotSpotActive = 70, HotSpotActiveBack = 71, FoldLine = 80, + HiddenLine = 81, }; enum class Layer { |