aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/PerLine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/PerLine.h')
-rw-r--r--src/PerLine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/PerLine.h b/src/PerLine.h
index 8f88183f1..3f7defa3c 100644
--- a/src/PerLine.h
+++ b/src/PerLine.h
@@ -127,6 +127,8 @@ public:
void operator=(const LineAnnotation &) = delete;
void operator=(LineAnnotation &&) = delete;
~LineAnnotation() override;
+
+ [[nodiscard]] bool Empty() const noexcept;
void Init() override;
void InsertLine(Sci::Line line) override;
void InsertLines(Sci::Line line, Sci::Line lines) override;