summaryrefslogtreecommitdiffstats
path: root/src/perspective-line.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/perspective-line.cpp')
-rw-r--r--src/perspective-line.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/perspective-line.cpp b/src/perspective-line.cpp
index b2e4d2340..158ddd47b 100644
--- a/src/perspective-line.cpp
+++ b/src/perspective-line.cpp
@@ -15,7 +15,7 @@
namespace Box3D {
-PerspectiveLine::PerspectiveLine (NR::Point const &pt, PerspDir const axis, Perspective3D *perspective) :
+PerspectiveLine::PerspectiveLine (NR::Point const &pt, Box3D::Axis const axis, Perspective3D *perspective) :
Line (pt, *(perspective->get_vanishing_point(axis)), true)
{
g_assert (perspective != NULL);