]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/skyline.hh
Issue 5057/1: Add Protected_scm::is_bound () function
[lilypond.git] / lily / include / skyline.hh
index 79a75dd72b66ffb410c68eb6e7b0c12741c866cf..43feb407615ebff249454d8b3a132296f2e07d99 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2006--2014 Joe Neeman <joeneeman@gmail.com>
+  Copyright (C) 2006--2015 Joe Neeman <joeneeman@gmail.com>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -51,7 +51,7 @@ struct Building
 class Skyline : public Simple_smob<Skyline>
 {
 public:
-  static const char type_p_name_[];
+  static const char * const type_p_name_;
 private:
   list<Building> buildings_;
   Direction sky_;