diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-07-03 18:55:50 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-07-03 18:55:50 +0000 |
| commit | 8085b4cf30b6b8bdc6fb331a0ced400f468f6de7 (patch) | |
| tree | 9491d78f25a5dde96cf29c7417dace81915d3950 /src/box3d.h | |
| parent | More meaningful name for 3D axis directions (diff) | |
| download | inkscape-8085b4cf30b6b8bdc6fb331a0ced400f468f6de7.tar.gz inkscape-8085b4cf30b6b8bdc6fb331a0ced400f468f6de7.zip | |
Only create the faces of a 3D box when needed (use pointers to refer to them).
(bzr r3170)
Diffstat (limited to 'src/box3d.h')
| -rw-r--r-- | src/box3d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/box3d.h b/src/box3d.h index 332848103..982596d8f 100644 --- a/src/box3d.h +++ b/src/box3d.h @@ -34,7 +34,7 @@ struct SP3DBox : public SPGroup { - Box3DFace faces[6]; + Box3DFace *faces[6]; }; struct SP3DBoxClass { |
