diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-25 16:22:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-25 16:22:08 +0100 |
| commit | e520f1009eaa552c7b3931ced85c0f19d8aff554 (patch) | |
| tree | bf992eab88f0691e5bc336895656ff91cb5f233e /src/subtitle_asset.h | |
| parent | 8eb096bc6fed65dcfc5f1440f3141408004d10fb (diff) | |
No-op: whitespace.
Diffstat (limited to 'src/subtitle_asset.h')
| -rw-r--r-- | src/subtitle_asset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h index 335b9f37..e4381b31 100644 --- a/src/subtitle_asset.h +++ b/src/subtitle_asset.h @@ -114,7 +114,7 @@ public: int size () const { return _size; } - + int size_in_pixels (int screen_height) const; private: @@ -123,7 +123,7 @@ private: Color _color; /** Size in points as if the screen height is 11 inches, so a 72pt font * would be 1/11th of the screen height. - */ + */ int _size; Time _in; Time _out; |
