diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-18 16:18:10 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-18 16:18:10 +0000 |
| commit | 880719c0bf2f2ce99ca44a5f5289fdd30962246a (patch) | |
| tree | cd83af4cc1e7c6e8abdcc678ef217f25def2a400 /src/lib/subtitle.h | |
| parent | 3b03f47d632d2a1da25aab689a59ad5701e7d63c (diff) | |
Fix being tested.
Diffstat (limited to 'src/lib/subtitle.h')
| -rw-r--r-- | src/lib/subtitle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/subtitle.h b/src/lib/subtitle.h index 590e0dd31..38ba4e70e 100644 --- a/src/lib/subtitle.h +++ b/src/lib/subtitle.h @@ -63,7 +63,7 @@ subtitle_transformed_area ( class TimedSubtitle { public: - TimedSubtitle (AVSubtitle const &, double c); + TimedSubtitle (AVSubtitle const &); bool displayed_at (double t) const; |
