]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/skyline.cc
coverage fixes.
[lilypond.git] / lily / skyline.cc
index c009608fc96d5b3d12d0c23671c9de112d0f583e..744cceb4c3219a65fd3e7a5e8d800bc151db1d72 100644 (file)
@@ -2,7 +2,7 @@
 
    source file of the GNU LilyPond music typesetter
  
-   (c) 2006 Joe Neeman <joeneeman@gmail.com>
+   (c) 2006--2007 Joe Neeman <joeneeman@gmail.com>
 */
 
 #include "skyline.hh"
@@ -109,7 +109,7 @@ Skyline::print () const
     }
 }
 
-static bool
+bool
 is_legal_skyline (list<Building> const &buildings)
 {
   list<Building>::const_iterator i;