diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-18 00:35:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-18 00:35:54 +0100 |
| commit | e853aeb50f1a16d534b1174b5863e4da238dd1cb (patch) | |
| tree | 30d72296e3513384473b8d76176921abb54fd429 /src | |
| parent | 7db1e27d8df3f964189720509abee1ee6114221a (diff) | |
Whitespace.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/film_viewer.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index d45da2021..d5d391a80 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -93,9 +93,9 @@ FilmViewer::FilmViewer (wxWindow* p) _panel->SetBackgroundStyle (wxBG_STYLE_PAINT); _panel->SetBackgroundColour (*wxBLACK); - _panel->Bind (wxEVT_PAINT, boost::bind (&FilmViewer::paint_panel, this)); - _panel->Bind (wxEVT_SIZE, boost::bind (&FilmViewer::panel_sized, this, _1)); - _timer.Bind (wxEVT_TIMER, boost::bind (&FilmViewer::timer, this)); + _panel->Bind (wxEVT_PAINT, boost::bind (&FilmViewer::paint_panel, this)); + _panel->Bind (wxEVT_SIZE, boost::bind (&FilmViewer::panel_sized, this, _1)); + _timer.Bind (wxEVT_TIMER, boost::bind (&FilmViewer::timer, this)); set_film (shared_ptr<Film> ()); |
