diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-06 23:46:04 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-06 23:46:04 +0000 |
| commit | 070e62d79b895c0b1ce31d69594973ced72f699b (patch) | |
| tree | bcdcd0baf107e809657597a3fa4b166d3a0eb9fa /src/lib/matcher.h | |
| parent | 3994ec6aeb7b1dd07aeac2cd6086f6d0a68352de (diff) | |
Another attempt to fix up matching.
Diffstat (limited to 'src/lib/matcher.h')
| -rw-r--r-- | src/lib/matcher.h | 2 |
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 (); |
