summaryrefslogtreecommitdiffstats
path: root/Cuboid.h
diff options
context:
space:
mode:
Diffstat (limited to 'Cuboid.h')
-rw-r--r--Cuboid.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cuboid.h b/Cuboid.h
index 05580e1..ae9f2a1 100644
--- a/Cuboid.h
+++ b/Cuboid.h
@@ -25,7 +25,8 @@ class Cuboid
private:
float width, height, depth;
- float x, y, z;
+ float x, y, z;
+
};
#endif /*_CUBOID_H_*/