From 83bb88d42e036292db6f7108376ce5f40cc604c4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 23 Dec 2018 22:06:32 +0000 Subject: Fix thinko in previous. --- src/tools/dcpomatic.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools/dcpomatic.cc') diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index ee79aeb37..193611f30 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -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")); -- cgit v1.2.3