Code

Mark suspicious ignoring of parameters
[inkscape.git] / src / persp3d.h
index 271b42459fd971caf6874b96a965a37b0c17f598..c0fabc0921f0abb079a0ef2dc2e4645a2036b7c1 100644 (file)
@@ -34,7 +34,7 @@ struct Persp3D : public SPObject {
 
     // Also write the list of boxes into the xml repr and vice versa link boxes to their persp3d?
     std::vector<SPBox3D *> boxes;
-    std::map<SPBox3D *, bool> boxes_transformed; // TODO: eventually we should merge this with 'boxes'
+    std::map<SPBox3D *, bool>* boxes_transformed; // TODO: eventually we should merge this with 'boxes'
     SPDocument *document; // should this rather be the SPDesktop?
 
     // for debugging only