X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fvanishing-point.h;h=aef5f6f5c4370d874c82dec2ffad2feb8fe95eba;hb=9e973c4fb2183b877bb600a7e9c75e93b3e7d6d1;hp=47c11be186df74643e348ef43ac47ecb8152e3ea;hpb=4358ff6156766a315e38e72a5c3c83d6d5f7486b;p=inkscape.git diff --git a/src/vanishing-point.h b/src/vanishing-point.h index 47c11be18..aef5f6f5c 100644 --- a/src/vanishing-point.h +++ b/src/vanishing-point.h @@ -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!!