diff options
Diffstat (limited to 'Cuboid.h')
-rw-r--r-- | Cuboid.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -25,7 +25,8 @@ class Cuboid private: float width, height, depth;
- float x, y, z;
+ float x, y, z; +
};
#endif /*_CUBOID_H_*/ |