Fix thinko in previous.
[dcpomatic.git] / src / tools / dcpomatic.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"));