]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.14
authorfred <fred>
Sun, 24 Mar 2002 19:56:20 +0000 (19:56 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:56:20 +0000 (19:56 +0000)
lily/include/offset.hh

index ea22500fd7b68fe5ba706be21dfe4ff1b98968ac..9407570463bf8d809d3d110afd88cdc122af469d 100644 (file)
@@ -26,6 +26,7 @@ struct Offset {
   Real operator[](Axis i) const{
     return coordinate_a_[i];
   }
+  String str () const;
     
   Offset operator+=(Offset o) {
     x()+=o.x ();