aboutsummaryrefslogtreecommitdiff
path: root/src/fb/pixfb.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fb/pixfb.hpp')
-rw-r--r--src/fb/pixfb.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fb/pixfb.hpp b/src/fb/pixfb.hpp
index f7a7acb..92fa604 100644
--- a/src/fb/pixfb.hpp
+++ b/src/fb/pixfb.hpp
@@ -1,5 +1,5 @@
-#ifndef FB_PIXFB_H
-#define FB_PIXFB_H
+#ifndef FB_PIXFB_HPP
+#define FB_PIXFB_HPP
#include <vector>
#include <cstdint>
@@ -37,4 +37,4 @@ class PixelFrameBuffer {
}
-#endif // FB_PIXFB_H
+#endif // FB_PIXFB_HPP