]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/line-spacer.cc
release: 1.1.29
[lilypond.git] / lily / line-spacer.cc
index 3729744ec09d180c0d0cca75ad8a0b598473a49a..cd42a1d827997f79ca73674f5f46d02b1e0c55af 100644 (file)
@@ -1,9 +1,9 @@
 /*
-  line-spacer.cc -- implement 
+  line-spacer.cc -- implement Line_spacer
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 
 Line_spacer::Line_spacer()
 {
-    paper_l_ =0;
+  paper_l_ =0;
 }
 Paper_def*
-Line_spacer::paper_l()const
+Line_spacer::paper_l() const
 { 
-    return paper_l_ ;
+  return paper_l_ ;
+}
+
+Line_spacer::~Line_spacer ()
+{
 }