summaryrefslogtreecommitdiff
path: root/command/marks.h
diff options
context:
space:
mode:
Diffstat (limited to 'command/marks.h')
-rw-r--r--command/marks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/command/marks.h b/command/marks.h
index 8c4a890..18e6cc4 100644
--- a/command/marks.h
+++ b/command/marks.h
@@ -100,7 +100,7 @@ public:
void Del(unsigned char Type);
void Del(int Position);
clMark *Get(int Position);
- clMark *GetAround(int Position, int Type=0xFF, int Mask=0xFF);
+ clMark *GetAround(int Frames, int Position, int Type=0xFF, int Mask=0xFF);
clMark *GetPrev(int Position,int Type=0xFF, int Mask=0xFF);
clMark *GetNext(int Position,int Type=0xFF, int Mask=0xFF);
clMark *GetFirst()