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, 1 insertions, 1 deletions
diff --git a/src/PerLine.h b/src/PerLine.h
index b43c52bb8..50ce1e551 100644
--- a/src/PerLine.h
+++ b/src/PerLine.h
@@ -37,7 +37,7 @@ public:
bool Contains(int handle) const;
bool InsertHandle(int handle, int markerNum);
void RemoveHandle(int handle);
- bool RemoveNumber(int markerNum);
+ bool RemoveNumber(int markerNum, bool all);
void CombineWith(MarkerHandleSet *other);
};