summaryrefslogtreecommitdiff
path: root/src/lib/matcher.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-03-06 23:46:04 +0000
committerCarl Hetherington <cth@carlh.net>2013-03-06 23:46:04 +0000
commit070e62d79b895c0b1ce31d69594973ced72f699b (patch)
treebcdcd0baf107e809657597a3fa4b166d3a0eb9fa /src/lib/matcher.h
parent3994ec6aeb7b1dd07aeac2cd6086f6d0a68352de (diff)
Another attempt to fix up matching.
Diffstat (limited to 'src/lib/matcher.h')
-rw-r--r--src/lib/matcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/matcher.h b/src/lib/matcher.h
index 84ae2f73e..4a387a3f9 100644
--- a/src/lib/matcher.h
+++ b/src/lib/matcher.h
@@ -30,7 +30,7 @@ public:
void process_end ();
private:
- void fix_start ();
+ void fix_start (double);
void match (double);
void repeat_last_video ();