diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-05 00:22:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-04-05 00:22:32 +0100 |
| commit | bc118b663b0582cf4afdce3000beb8bac35b16ef (patch) | |
| tree | ac058ad2af7c88705606e7fe139d4d1a4ff80ac2 /test/asset_test.cc | |
| parent | bc7089956cefc9f8528918f8a5d48174ab680f13 (diff) | |
Basic untested support for bold in subtitles.
Diffstat (limited to 'test/asset_test.cc')
| -rw-r--r-- | test/asset_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asset_test.cc b/test/asset_test.cc index c53aca68..caf5e76c 100644 --- a/test/asset_test.cc +++ b/test/asset_test.cc @@ -26,7 +26,7 @@ using boost::shared_ptr; class DummyAsset : public dcp::Asset { protected: - std::string pkl_type (dcp::Standard standard) const { + std::string pkl_type (dcp::Standard) const { return "none"; } }; |
