summaryrefslogtreecommitdiff
path: root/gtk2_ardour/splash.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-06-01 19:49:40 +0000
committerCarl Hetherington <carl@carlh.net>2012-06-01 19:49:40 +0000
commit183d09d4af7071de4d2c0da5b54e80dee8d50007 (patch)
treea9a576bc6133f28e2c0aec152b874e5e44d4673c /gtk2_ardour/splash.h
parent66af96b7cfd95ed2e24e2ed2e614c077156bd430 (diff)
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
Diffstat (limited to 'gtk2_ardour/splash.h')
-rw-r--r--gtk2_ardour/splash.h2
1 files changed, 1 insertions, 1 deletions
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; }