Code

Fix handle for LPERotateCopies
[inkscape.git] / src / vanishing-point.h
index 47c11be186df74643e348ef43ac47ecb8152e3ea..aef5f6f5c4370d874c82dec2ffad2feb8fe95eba 100644 (file)
@@ -22,8 +22,6 @@
 #include "box3d.h"
 #include "persp3d-reference.h"
 
-#include "line-geometry.h" // TODO: Remove this include as soon as we don't need create_canvas_(point|line) any more.
-
 class SPBox3D;
 
 namespace Box3D {
@@ -105,7 +103,7 @@ public:
         g_return_if_fail (_persp);
         persp3d_get_VP (_persp, _axis).print("");
     }
-    inline gchar *axisString () { return Proj::string_from_axis (_axis); }
+    inline gchar const *axisString () { return Proj::string_from_axis(_axis); }
 
     unsigned int my_counter;
     static unsigned int global_counter; // FIXME: Only to implement operator< so that we can merge lists. Do this in a better way!!