Code

More in XML privatisation with new create3DBox function and other supplements to...
[inkscape.git] / src / box3d.h
index 182a312e13b9ffdcb989302cfdff2b5bb73358df..e313f428521cdcbbbbb6884f1d13ec875f24465b 100644 (file)
@@ -45,6 +45,7 @@ class SPBox3D : public SPGroup {
     Box3D::Axis swapped; // to indicate which coordinates are swapped during dragging
 
     gint my_counter; // for debugging only
+       static SPBox3D * createBox3D(SPItem * parent);
 };
 
 class SPBox3DClass {