summaryrefslogtreecommitdiff
path: root/src/wx/film_player.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_player.cc')
-rw-r--r--src/wx/film_player.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/film_player.cc b/src/wx/film_player.cc
index 63e6e49ee..53779d650 100644
--- a/src/wx/film_player.cc
+++ b/src/wx/film_player.cc
@@ -153,7 +153,7 @@ FilmPlayer::play_clicked ()
case PlayerManager::QUIESCENT:
_last_play_fs = _film->state_copy ();
if (_ab.get_active ()) {
- shared_ptr<FilmState> fs_a = _film->state_copy ();
+ shared_ptr<Film> fs_a = _film->state_copy ();
fs_a->filters.clear ();
/* This is somewhat arbitrary, but hey ho */
fs_a->scaler = Scaler::from_id ("bicubic");