From 183d09d4af7071de4d2c0da5b54e80dee8d50007 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 1 Jun 2012 19:49:40 +0000 Subject: Add GPL boilerplate; fix dangling instance pointer after Splash is deleted. git-svn-id: svn://localhost/ardour2/branches/3.0@12532 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/splash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/splash.h') diff --git a/gtk2_ardour/splash.h b/gtk2_ardour/splash.h index d6b103609a..bb3e7b6f6a 100644 --- a/gtk2_ardour/splash.h +++ b/gtk2_ardour/splash.h @@ -34,7 +34,7 @@ class Splash : public Gtk::Window { public: Splash (); - ~Splash () {} + ~Splash (); static Splash* instance() { return the_splash; } -- cgit v1.2.3