summaryrefslogtreecommitdiffstats
path: root/src/object-edit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object-edit.cpp')
-rw-r--r--src/object-edit.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object-edit.cpp b/src/object-edit.cpp
index 765f90303..2ebb2a065 100644
--- a/src/object-edit.cpp
+++ b/src/object-edit.cpp
@@ -545,6 +545,7 @@ static inline Box3D::Axis movement_axis_of_3dbox_corner (guint corner, guint sta
case 7:
return ((state & GDK_SHIFT_MASK) ? Box3D::XY : Box3D::Z);
}
+ return Box3D::NONE;
}
/*