summaryrefslogtreecommitdiffstats
path: root/src/vanishing-point.h
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.h
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.h')
-rw-r--r--src/vanishing-point.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vanishing-point.h b/src/vanishing-point.h
index e6c106481..85b7434e2 100644
--- a/src/vanishing-point.h
+++ b/src/vanishing-point.h
@@ -47,7 +47,7 @@ public:
VanishingPoint(NR::Coord x, NR::Coord y, NR::Coord dir_x, NR::Coord dir_y);
VanishingPoint(VanishingPoint const &rhs);
- bool is_finite();
+ bool is_finite() const;
VPState toggle_parallel();
void draw(Box3D::Axis const axis); // Draws a point on the canvas if state == VP_FINITE
//inline VPState state() { return state; }