summaryrefslogtreecommitdiffhomepage
path: root/Private/KernelKit/Framebuffer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Private/KernelKit/Framebuffer.hpp')
-rw-r--r--Private/KernelKit/Framebuffer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/KernelKit/Framebuffer.hpp b/Private/KernelKit/Framebuffer.hpp
index 124cba4f..428e8cc6 100644
--- a/Private/KernelKit/Framebuffer.hpp
+++ b/Private/KernelKit/Framebuffer.hpp
@@ -68,6 +68,6 @@ const UInt32 kRgbWhite = 0x00FFFFFF;
/// Framebuffer macros.
/***********************************************************************************/
-#define RGB(R, G, B) (UInt32)(0x##R##G##B)
+#define RGB(R, G, B) (HCore::UInt32)(0x##R##G##B)
#endif /* ifndef __INC_FB_HPP__ */