diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-23 11:19:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-23 11:19:06 +0100 |
| commit | 7962e6cfd5fbd97e1e44aebe3fc190c62da027e9 (patch) | |
| tree | 39ceac432749a506fc3dc9ff52d3d8aff4a85df3 /src/lib/text_decoder.h | |
| parent | 8855efa208776139bf9ce5a188db080e1e136e9b (diff) | |
Remove TextType from various places as (I believe) it can be inferred from the content.
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 25125e701..d8a64157e 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 (ContentStringText)> PlainStart; - boost::signals2::signal<void (ContentTime, TextType)> Stop; + boost::signals2::signal<void (ContentTime)> Stop; private: boost::shared_ptr<const TextContent> _content; |
