]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/listener.hh
Release: bump Welcome versions.
[lilypond.git] / lily / include / listener.hh
index b9042ba301ac79f715b197ed22d159bbb47943df..a13fdc66e14e141d28917e4ffa46d72494b7e740 100644 (file)
@@ -96,7 +96,7 @@ private:
   SCM callback_;
   SCM target_;
 public:
-  static const char type_p_name_[];
+  static const char * const type_p_name_;
 
   Listener (SCM callback, SCM target)
     : callback_ (callback), target_ (target) { }