diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-08-06 06:08:45 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-08-06 06:08:45 +0000 |
| commit | 173a5c215be062153ffe2ef01ea494795c0dec24 (patch) | |
| tree | ff4811624e2237a2b64f7c3e30fd42474919dd09 /src/perspective3d.cpp | |
| parent | added missing " character at end of a line. Sorry, my mistake on (diff) | |
| download | inkscape-173a5c215be062153ffe2ef01ea494795c0dec24.tar.gz inkscape-173a5c215be062153ffe2ef01ea494795c0dec24.zip | |
Cosmetic
(bzr r3385)
Diffstat (limited to 'src/perspective3d.cpp')
| -rw-r--r-- | src/perspective3d.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/perspective3d.cpp b/src/perspective3d.cpp index 2c9a5e61e..1ad910bfa 100644 --- a/src/perspective3d.cpp +++ b/src/perspective3d.cpp @@ -77,7 +77,8 @@ Perspective3D::~Perspective3D () } -VanishingPoint *Perspective3D::get_vanishing_point (Box3D::Axis const dir) +VanishingPoint * +Perspective3D::get_vanishing_point (Box3D::Axis const dir) { // FIXME: Also handle value 'NONE' in switch switch (dir) { @@ -93,7 +94,8 @@ VanishingPoint *Perspective3D::get_vanishing_point (Box3D::Axis const dir) } } -void Perspective3D::set_vanishing_point (Box3D::Axis const dir, VanishingPoint const &pt) +void +Perspective3D::set_vanishing_point (Box3D::Axis const dir, VanishingPoint const &pt) { switch (dir) { case X: |
