diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-19 21:23:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-19 23:45:23 +0100 |
| commit | 0ab83642f0c96ae2681beae04873b3226338a570 (patch) | |
| tree | 0893f0bed5e4ee9f37947edde970e9095ddcb9ba /src/lib/text_decoder.h | |
| parent | ff40ecd114547a2fc07bc49403c993c3fa5d40cc (diff) | |
Text to player with types.
Diffstat (limited to 'src/lib/text_decoder.h')
| -rw-r--r-- | src/lib/text_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/text_decoder.h b/src/lib/text_decoder.h index f9d021b3f..96eba80e2 100644 --- a/src/lib/text_decoder.h +++ b/src/lib/text_decoder.h @@ -64,7 +64,7 @@ public: boost::signals2::signal<void (ContentBitmapText)> BitmapStart; boost::signals2::signal<void (ContentPlainText)> PlainStart; - boost::signals2::signal<void (ContentTime)> Stop; + boost::signals2::signal<void (ContentTime, TextType)> Stop; private: boost::shared_ptr<const TextContent> _content; |
