]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-stream.cc
release: 1.3.0
[lilypond.git] / lily / paper-stream.cc
index 2f791019ad5c7550a1bbd3669a0d1d7d40e9b2a4..f7844a8995a7da4f2adddb36c08320c78fd4c5ed 100644 (file)
@@ -42,7 +42,7 @@ Paper_stream::~Paper_stream ()
 
 // print string. don't forget indent.
 Paper_stream&
-Paper_stream::operator << (Scalar s)
+Paper_stream::operator << (String s)
 {
   for (char const *cp = s.ch_C (); *cp; cp++)
     {