diff options
| author | Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> | 2010-07-17 07:18:31 +0000 |
|---|---|---|
| committer | Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> | 2010-07-17 07:18:31 +0000 |
| commit | 150ac8ed3274e060e3349b5c0901ec8c7c7e3d4e (patch) | |
| tree | e05bd4506842f0e70e80e4327bd438d715d8dd70 /src/box3d-side.h | |
| parent | SPShape c++ified to the extent it was possible and more changes done for XML ... (diff) | |
| download | inkscape-150ac8ed3274e060e3349b5c0901ec8c7c7e3d4e.tar.gz inkscape-150ac8ed3274e060e3349b5c0901ec8c7c7e3d4e.zip | |
More in XML privatisation with new create3DBox function and other supplements to efficiently hide information.
(bzr r9546.1.8)
Diffstat (limited to 'src/box3d-side.h')
| -rw-r--r-- | src/box3d-side.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/box3d-side.h b/src/box3d-side.h index 6014ddaae..29a4a6b00 100644 --- a/src/box3d-side.h +++ b/src/box3d-side.h @@ -32,6 +32,7 @@ struct Box3DSide : public SPPolygon { Box3D::Axis dir2; Box3D::FrontOrRear front_or_rear; long long int getFaceId(); + static Box3DSide * createBox3DSide(SPBox3D *box); }; struct Box3DSideClass { |
