diff options
| author | Jan Lingscheid <jan.linscheid@auticon.de> | 2017-09-11 13:36:44 +0000 |
|---|---|---|
| committer | Jan Lingscheid <jan.lingscheid@auticon.de> | 2017-09-21 05:46:21 +0000 |
| commit | 1ab105e6fc885d5d4e99f52602c7b689e3bcf79d (patch) | |
| tree | 767b8c023959fe651d21c4cf8d78e218d6dc85ac /src/box3d-side.cpp | |
| parent | Refactor Box3d::string_from_axes to use Glib::ustring (diff) | |
| download | inkscape-1ab105e6fc885d5d4e99f52602c7b689e3bcf79d.tar.gz inkscape-1ab105e6fc885d5d4e99f52602c7b689e3bcf79d.zip | |
Fix typo in 4e8400f0d963cdc0dfae659ebeeed3db2243bcff
Diffstat (limited to 'src/box3d-side.cpp')
| -rw-r--r-- | src/box3d-side.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/box3d-side.cpp b/src/box3d-side.cpp index d9145d17b..3eea8855c 100644 --- a/src/box3d-side.cpp +++ b/src/box3d-side.cpp @@ -212,7 +212,7 @@ void Box3DSide::set_shape() { Glib::ustring box3d_side_axes_string(Box3DSide *side) { - Glib::ustring result(Box3d::string_from_axes((Box3D::Axis) (side->dir1 ^ side->dir2))); + Glib::ustring result(Box3D::string_from_axes((Box3D::Axis) (side->dir1 ^ side->dir2))); switch ((Box3D::Axis) (side->dir1 ^ side->dir2)) { case Box3D::XY: |
