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
This commit is contained in:
Carl Hetherington 2012-06-01 19:49:40 +00:00
parent 66af96b7cf
commit 183d09d4af
2 changed files with 27 additions and 1 deletions

View file

@ -34,7 +34,7 @@ class Splash : public Gtk::Window
{
public:
Splash ();
~Splash () {}
~Splash ();
static Splash* instance() { return the_splash; }