diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-12 17:20:54 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-12 17:20:54 +0000 |
| commit | fd1d21f713e9b0abd8afebcbab36d70aac9b6cce (patch) | |
| tree | c6c8a1907a64550fb2e6b6d7f4757c0a4d85fb17 /src/raw_subtitle.h | |
| parent | 94399f35aea4e37c699918f06eddfa931e4aaefc (diff) | |
Un-compiling work-in-progress.
Diffstat (limited to 'src/raw_subtitle.h')
| -rw-r--r-- | src/raw_subtitle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/raw_subtitle.h b/src/raw_subtitle.h index 8a8ac7f..cece161 100644 --- a/src/raw_subtitle.h +++ b/src/raw_subtitle.h @@ -49,6 +49,8 @@ public: /** Subtitle text in UTF-8 */ std::string text; + + /* XXX: this probably needs to be a cleverer type */ std::string font; /** font size */ |
