diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-08-20 12:53:40 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-08-20 12:53:40 +0000 |
| commit | 0dfc6faa7ba576471bd0e1e231fc328038729bb2 (patch) | |
| tree | 5f73365cbe84877178627609697fcfb11ecdb44d /src/object-edit.cpp | |
| parent | Avoid 'flashing' between front and rear face during initial dragging process ... (diff) | |
| download | inkscape-0dfc6faa7ba576471bd0e1e231fc328038729bb2.tar.gz inkscape-0dfc6faa7ba576471bd0e1e231fc328038729bb2.zip | |
Eliminate a number of compile warnings
(bzr r3553)
Diffstat (limited to 'src/object-edit.cpp')
| -rw-r--r-- | src/object-edit.cpp | 1 |
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; } /* |
