X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fclosed_captions_dialog.h;h=3818e38124d9a583a6f7e51dc4ed73abd8b5557c;hb=3743fb15c41eaa66cf625cb4ce9b1f8122b900b4;hp=3da7f65225b7fc5330c928036c6bdbe9c8f387b3;hpb=3a7b6acdb993864f319a6ceb3bc4c3fb7d4aaefd;p=dcpomatic.git diff --git a/src/wx/closed_captions_dialog.h b/src/wx/closed_captions_dialog.h index 3da7f6522..3818e3812 100644 --- a/src/wx/closed_captions_dialog.h +++ b/src/wx/closed_captions_dialog.h @@ -20,6 +20,7 @@ #include "lib/dcpomatic_time.h" #include "lib/player.h" +#include "lib/text_ring_buffers.h" #include class Butler; @@ -36,7 +37,7 @@ public: private: void paint (); - boost::optional > _current; + boost::optional _current; bool _current_in_lines; std::vector _lines; boost::weak_ptr _butler;