diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-13 21:18:24 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-13 21:18:24 +0000 |
| commit | 0a47e4c639c5dbdbec5172ef0366e6f02428f74f (patch) | |
| tree | fd17510a09f82e947f73632451b1b04d80a3018e /src/object.h | |
| parent | 9d1be2c7044259c1701859cd54850cf553288a51 (diff) | |
Fix missing HAlign/VAlign attributes in subtitles when their value is negative.
Diffstat (limited to 'src/object.h')
| -rw-r--r-- | src/object.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/object.h b/src/object.h index 0804f4cf..8364efff 100644 --- a/src/object.h +++ b/src/object.h @@ -42,6 +42,7 @@ #include <string> class write_interop_subtitle_test; +class write_interop_subtitle_test2; class write_smpte_subtitle_test; class write_smpte_subtitle_test2; @@ -64,6 +65,7 @@ public: protected: friend class ::write_interop_subtitle_test; + friend class ::write_interop_subtitle_test2; friend class ::write_smpte_subtitle_test; friend class ::write_smpte_subtitle_test2; |
