diff options
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r-- | src/ViewStyle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h index 609afdcc4..798595ddc 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -21,6 +21,7 @@ public: bool sensitive; int cursor; MarginStyle(int style_= SC_MARGIN_SYMBOL, int width_=0, int mask_=0) noexcept; + bool ShowsFolding() const noexcept; }; /** |