summaryrefslogtreecommitdiffstats
path: root/src/vanishing-point.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2007-08-06 06:25:56 +0000
committercilix42 <cilix42@users.sourceforge.net>2007-08-06 06:25:56 +0000
commitc72ae0d4195889e19861f0e814cb237d7a623097 (patch)
tree8ec5f4c752623bb5dd2ecaf83c7af7012d6abaa9 /src/vanishing-point.cpp
parentupdated translation into Russian (diff)
downloadinkscape-c72ae0d4195889e19861f0e814cb237d7a623097.tar.gz
inkscape-c72ae0d4195889e19861f0e814cb237d7a623097.zip
Preparatory stuff to combine VPs in draggers
(bzr r3387)
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;
}