diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-01-09 00:38:16 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-01-09 00:38:16 +0000 |
| commit | 1fc5e7c6584d5edb03738d333139418731fb23ba (patch) | |
| tree | 02fe5718eb2a283abcd3080d915f7504d51f20db /src/axis-manip.h | |
| parent | Enable 3D box toolbar (diff) | |
| download | inkscape-1fc5e7c6584d5edb03738d333139418731fb23ba.tar.gz inkscape-1fc5e7c6584d5edb03738d333139418731fb23ba.zip | |
fix compile. rename Proj::FINITE and INFINITE to VP_* because of apparent name clash on windows compile.
(bzr r4437)
Diffstat (limited to 'src/axis-manip.h')
| -rw-r--r-- | src/axis-manip.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/axis-manip.h b/src/axis-manip.h index e5cc963ba..56306cc05 100644 --- a/src/axis-manip.h +++ b/src/axis-manip.h @@ -18,8 +18,8 @@ namespace Proj { enum VPState { - FINITE = 0, - INFINITE + VP_FINITE = 0, + VP_INFINITE }; // The X-/Y-/Z-axis corresponds to the first/second/third digit |
