summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-19 00:28:10 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-19 00:28:10 +0100
commit4a3d017ef63c1442e00954c0c222b66ab51a4ee9 (patch)
tree4df22cf79d0d18e9c18e6fe4ed14fd0bd7a5ed99 /src/lib
parentb42d3dfaf80acf5d9259a2fe9d14e0e50c1057f7 (diff)
Fix warning.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/combiner.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/combiner.cc b/src/lib/combiner.cc
index 006dd2697..0a9eaf6b6 100644
--- a/src/lib/combiner.cc
+++ b/src/lib/combiner.cc
@@ -33,7 +33,7 @@ Combiner::Combiner (shared_ptr<Log> log)
* @param image Frame image.
*/
void
-Combiner::process_video (shared_ptr<Image> image, bool, shared_ptr<Subtitle>, double t)
+Combiner::process_video (shared_ptr<Image> image, bool, shared_ptr<Subtitle>, double)
{
_image = image;
}