Code

Fix self-snapping when dragging the transformation center of a selection containing...
[inkscape.git] / src / axis-manip.cpp
index 7539f2324e3118f23cb44e308efb878fd0c1ba66..1eed56439eadc39d0a756a2c7533116b181028e1 100644 (file)
 
 #include "axis-manip.h"
 
+namespace Proj {
+
+Axis axes[4]   = { X,  Y,  Z, W };
+
+} // namespace Proj
+
+
 namespace Box3D {
 
 Axis axes[3]   = { X,  Y,  Z };