diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-24 12:10:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-24 12:10:26 +0100 |
| commit | a01d614435e4c13dcede5d9f325a1864e576147d (patch) | |
| tree | 8a1022da2d2a8bd991991a464b014ff79281a468 /src/subtitle_asset.h | |
| parent | d6e86ba2a977db14120c3dc6c9169df83ef23a5b (diff) | |
Comments.
Diffstat (limited to 'src/subtitle_asset.h')
| -rw-r--r-- | src/subtitle_asset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h index e40118c4..ce76eb3b 100644 --- a/src/subtitle_asset.h +++ b/src/subtitle_asset.h @@ -161,6 +161,7 @@ protected: mutable boost::optional<boost::filesystem::path> file; }; + /** TTF font data that we need */ std::list<Font> _fonts; private: |
