diff options
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r-- | src/ViewStyle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h index 66a853848..843efc660 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -70,7 +70,7 @@ struct CaretLineAppearance { }; struct CaretAppearance { - // Line, block, over-strike bar ... + // Line, block, over-strike bar ... Scintilla::CaretStyle style; // Width in pixels int width; |