summaryrefslogtreecommitdiff
path: root/command/marks.h
diff options
context:
space:
mode:
Diffstat (limited to 'command/marks.h')
-rw-r--r--command/marks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/command/marks.h b/command/marks.h
index 611f6b7..8ea4a99 100644
--- a/command/marks.h
+++ b/command/marks.h
@@ -98,6 +98,7 @@ public:
}
}
clMark *Add(int Type, int Position, const char *Comment = NULL);
+ void Clear();
void Del(clMark *Mark);
void Del(int Type);
clMark *Get(int Position);