]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/scale.hh
Remove Smob::type_p_name_ default
[lilypond.git] / lily / include / scale.hh
index d3d132810b2d45976f68da318fd469c759c7c8c9..7c990e503419ce7db183489fae7ce90c0074d092 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2006--2014 Han-Wen Nienhuys <hanwen@lilypond.org>
+  Copyright (C) 2006--2015 Han-Wen Nienhuys <hanwen@lilypond.org>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -26,6 +26,7 @@
 
 struct Scale : public Smob<Scale>
 {
+  static const char * const type_p_name_; // = 0
   virtual ~Scale ();
   Scale (vector<Rational> const &);
   Scale (Scale const &);