$OpenBSD: patch-src_persp3d_h,v 1.1.1.1 2008/04/04 14:37:26 landry Exp $
--- src/persp3d.h.orig	Tue Mar 11 05:20:30 2008
+++ src/persp3d.h	Wed Apr  2 21:19:13 2008
@@ -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
