From 84d778a7a2816dc653ec4495d565a8a869b7a40c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 14 Jan 2013 20:24:48 +0000 Subject: Fix merge. --- src/reel.cc | 3 --- src/sound_asset.h | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'src') diff --git a/src/reel.cc b/src/reel.cc index ae3080ad..d8703dd0 100644 --- a/src/reel.cc +++ b/src/reel.cc @@ -45,9 +45,6 @@ Reel::write_to_cpl (xmlpp::Node* parent) const if (_main_subtitle) { _main_subtitle->write_to_cpl (asset_list); } - - s << " \n" - << " \n"; } bool diff --git a/src/sound_asset.h b/src/sound_asset.h index 2b925641..80122038 100644 --- a/src/sound_asset.h +++ b/src/sound_asset.h @@ -54,7 +54,7 @@ public: boost::signals2::signal* progress, int fps, int length, - int start_frame + int start_frame, bool encrypted ); -- cgit v1.2.3