Fix thinko in previous.
authorCarl Hetherington <cth@carlh.net>
Sun, 23 Dec 2018 22:06:32 +0000 (22:06 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 23 Dec 2018 22:06:32 +0000 (22:06 +0000)
src/tools/dcpomatic.cc
src/tools/dcpomatic_player.cc

index ee79aeb3763e8f6ee253985996cc56b7fa8cef7b..193611f30e0a8de8bdba6729241e9edc243e91ce 100644 (file)
@@ -1408,7 +1408,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"));
 
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"));