diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-07-03 18:38:27 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-07-03 18:38:27 +0000 |
| commit | 91ec7fdec97678b9b403f5e6a823bb2062c43a41 (patch) | |
| tree | 260db20d7e9b4aeef731058007d04b8222a82f73 /src/vanishing-point.cpp | |
| parent | Make 3D axes correspond to places in binary representation (allows for more g... (diff) | |
| download | inkscape-91ec7fdec97678b9b403f5e6a823bb2062c43a41.tar.gz inkscape-91ec7fdec97678b9b403f5e6a823bb2062c43a41.zip | |
More meaningful name for 3D axis directions
(bzr r3169)
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 7933fbeba..21bb7fa76 100644 --- a/src/vanishing-point.cpp +++ b/src/vanishing-point.cpp @@ -63,7 +63,7 @@ VPState VanishingPoint::toggle_parallel() return this->state; } -void VanishingPoint::draw(PerspDir const axis) +void VanishingPoint::draw(Box3D::Axis const axis) { switch (axis) { case X: |
