summaryrefslogtreecommitdiffstats
path: root/src/vanishing-point.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vanishing-point.cpp')
-rw-r--r--src/vanishing-point.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vanishing-point.cpp b/src/vanishing-point.cpp
index 21bb7fa76..bd1c8f5b0 100644
--- a/src/vanishing-point.cpp
+++ b/src/vanishing-point.cpp
@@ -84,6 +84,9 @@ void VanishingPoint::draw(Box3D::Axis const axis)
else
create_canvas_point(*this, 6.0, 0xffffff00);
break;
+ default:
+ g_assert_not_reached();
+ break;
}
}