summaryrefslogtreecommitdiffstats
path: root/src/box3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/box3d.h')
-rw-r--r--src/box3d.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/box3d.h b/src/box3d.h
index 9f2e1d78e..182a312e1 100644
--- a/src/box3d.h
+++ b/src/box3d.h
@@ -29,7 +29,8 @@ class Box3DSide;
class Persp3D;
class Persp3DReference;
-struct SPBox3D : public SPGroup {
+class SPBox3D : public SPGroup {
+ public:
gint z_orders[6]; // z_orders[i] holds the ID of the face at position #i in the group (from top to bottom)
gchar *persp_href;
@@ -46,7 +47,8 @@ struct SPBox3D : public SPGroup {
gint my_counter; // for debugging only
};
-struct SPBox3DClass {
+class SPBox3DClass {
+ public:
SPGroupClass parent_class;
};