diff options
Diffstat (limited to 'lily/include/graphical-element.hh')
-rw-r--r-- | lily/include/graphical-element.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lily/include/graphical-element.hh b/lily/include/graphical-element.hh index fae403280c..f5057a0c63 100644 --- a/lily/include/graphical-element.hh +++ b/lily/include/graphical-element.hh @@ -57,7 +57,7 @@ public: translate in one direction */ - void translate (Real, Axis); + void translate_axis (Real, Axis); Real relative_coordinate (Axis_group_element*group, Axis) const; Offset absolute_offset() const; |