From 03f88254a3206bd530bdcbebd69b0c2339ebeb55 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:56:20 +0000 Subject: [PATCH] lilypond-0.1.14 --- lily/include/offset.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/lily/include/offset.hh b/lily/include/offset.hh index ea22500fd7..9407570463 100644 --- a/lily/include/offset.hh +++ b/lily/include/offset.hh @@ -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 (); -- 2.39.5