From 9bedc7179f307d9ee937c527f7e879a08e6ce98d Mon Sep 17 00:00:00 2001 From: Jan Lingscheid Date: Mon, 11 Sep 2017 14:40:00 +0200 Subject: Refactor Box3d::string_from_axes to use Glib::ustring --- src/axis-manip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/axis-manip.h') diff --git a/src/axis-manip.h b/src/axis-manip.h index 5e245939e..2231acc38 100644 --- a/src/axis-manip.h +++ b/src/axis-manip.h @@ -238,7 +238,7 @@ inline Box3D::Axis get_perpendicular_axis_direction (Box3D::Axis dirs) { return Box3D::NONE; } -char * string_from_axes (Box3D::Axis axis); +Glib::ustring string_from_axes (Box3D::Axis axis); std::pair get_remaining_axes (Axis axis); } // namespace Box3D -- cgit v1.2.3