diff options
Diffstat (limited to 'src/perspective-line.h')
| -rw-r--r-- | src/perspective-line.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/perspective-line.h b/src/perspective-line.h index e0235aafc..57abaae9c 100644 --- a/src/perspective-line.h +++ b/src/perspective-line.h @@ -27,7 +27,7 @@ public: * PL runs through it; otherwise it has the direction specified by the v_dir vector * of the VP. */ - PerspectiveLine (NR::Point const &pt, Proj::Axis const axis, Persp3D *persp); + PerspectiveLine (Geom::Point const &pt, Proj::Axis const axis, Persp3D *persp); private: Proj::Axis vp_dir; // direction of the associated VP |
