diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-24 08:48:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-24 08:48:45 +0100 |
| commit | 79cddd181d1fefa930cf4427b896af5c36758f46 (patch) | |
| tree | c5fab06e1f328d8f39b0b7c7b2fd437149fda0a3 /src/smpte_subtitle_asset.cc | |
| parent | f62f5d4514baecbbb7c6821f64d12d89c6f4c385 (diff) | |
Stuff.fontfix
Diffstat (limited to 'src/smpte_subtitle_asset.cc')
| -rw-r--r-- | src/smpte_subtitle_asset.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smpte_subtitle_asset.cc b/src/smpte_subtitle_asset.cc index 8ea68362..699f589f 100644 --- a/src/smpte_subtitle_asset.cc +++ b/src/smpte_subtitle_asset.cc @@ -144,7 +144,7 @@ SMPTESubtitleAsset::SMPTESubtitleAsset (boost::filesystem::path file) } if (j != _load_font_nodes.end ()) { - _fonts[(*j)->id] = FileData (data, buffer.Size ()); + _fonts.push_back (Font ((*j)->id,data, buffer.Size ())); } } } |
