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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vanishing-point.cpp b/src/vanishing-point.cpp
index 7d5b24a86..20c67cb28 100644
--- a/src/vanishing-point.cpp
+++ b/src/vanishing-point.cpp
@@ -46,7 +46,7 @@ VanishingPoint::VanishingPoint(VanishingPoint const &rhs) : NR::Point (rhs)
}
-bool VanishingPoint::is_finite()
+bool VanishingPoint::is_finite() const
{
return this->state == VP_FINITE;
}