diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-23 15:10:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-23 15:10:11 +0100 |
| commit | a5c629cb9b638b67a0e4c2d26fe9ab2e124bf0eb (patch) | |
| tree | 6cd463704f413259516e2888704272a371a108a6 /src/lib/writer.h | |
| parent | df17bbd25da69fc38eb2dcd8b4a2531cf0bab0bc (diff) | |
Tidy up after mass rename.
Diffstat (limited to 'src/lib/writer.h')
| -rw-r--r-- | src/lib/writer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/writer.h b/src/lib/writer.h index 71d11b773..8fc0ce29e 100644 --- a/src/lib/writer.h +++ b/src/lib/writer.h @@ -124,7 +124,7 @@ private: boost::weak_ptr<Job> _job; std::vector<ReelWriter> _reels; std::vector<ReelWriter>::iterator _audio_reel; - std::vector<ReelWriter>::iterator _caption_reel[CAPTION_COUNT]; + std::vector<ReelWriter>::iterator _caption_reel[TEXT_COUNT]; /** our thread, or 0 */ boost::thread* _thread; |
