aboutsummaryrefslogtreecommitdiff
path: root/src/o3d/scene.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/o3d/scene.hpp')
-rw-r--r--src/o3d/scene.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/o3d/scene.hpp b/src/o3d/scene.hpp
index 65008ac..bdac122 100644
--- a/src/o3d/scene.hpp
+++ b/src/o3d/scene.hpp
@@ -1,5 +1,5 @@
-#ifndef O3D_SCENE_H
-#define O3D_SCENE_H
+#ifndef O3D_SCENE_HPP
+#define O3D_SCENE_HPP
#include <vector>
#include <type_traits>
@@ -15,4 +15,4 @@ struct Scene {
}
-#endif // O3D_SCENE_H
+#endif // O3D_SCENE_HPP