X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fpersp3d.h;h=c0fabc0921f0abb079a0ef2dc2e4645a2036b7c1;hb=9dbb73d5add1539a4a032b311ffe044c6e3ed067;hp=271b42459fd971caf6874b96a965a37b0c17f598;hpb=71dea9c6fbd2fd6d73cce6f1ed96151d51ada58f;p=inkscape.git diff --git a/src/persp3d.h b/src/persp3d.h index 271b42459..c0fabc092 100644 --- a/src/persp3d.h +++ b/src/persp3d.h @@ -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 boxes; - std::map boxes_transformed; // TODO: eventually we should merge this with 'boxes' + std::map* boxes_transformed; // TODO: eventually we should merge this with 'boxes' SPDocument *document; // should this rather be the SPDesktop? // for debugging only