diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-08-06 06:25:56 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-08-06 06:25:56 +0000 |
| commit | c72ae0d4195889e19861f0e814cb237d7a623097 (patch) | |
| tree | 8ec5f4c752623bb5dd2ecaf83c7af7012d6abaa9 /src/vanishing-point.cpp | |
| parent | updated translation into Russian (diff) | |
| download | inkscape-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.cpp | 2 |
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; } |
