Fix thinko in previous.
[dcpomatic.git] / src / tools / dcpomatic_player.cc
index 1b55df7d464dd826aedc7fb5d0106a92a6a2e2d2..32e5b16d691bcefeb331e16a50f5a66a991accd7 100644 (file)
@@ -997,7 +997,7 @@ private:
                        Config::FailedToLoad.connect (boost::bind (&App::config_failed_to_load, this));
                        Config::Warning.connect (boost::bind (&App::config_warning, this, _1));
 
-                       wxSplashScreen* splash = maybe_show_splash ();
+                       splash = maybe_show_splash ();
 
                        SetAppName (_("DCP-o-matic Player"));