diff options
Diffstat (limited to 'src/wx/text_view.cc')
| -rw-r--r-- | src/wx/text_view.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/text_view.cc b/src/wx/text_view.cc index 49a98dc5e..9b591b191 100644 --- a/src/wx/text_view.cc +++ b/src/wx/text_view.cc @@ -96,7 +96,7 @@ TextView::TextView ( i->Stop.connect (bind (&TextView::data_stop, this, _1)); } } - while (!decoder->pass (film)) {} + while (!decoder->pass ()) {} SetSizerAndFit (sizer); } |
