summaryrefslogtreecommitdiff
path: root/Source/Kernel/Devices/Display/VESADisplay.class.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Kernel/Devices/Display/VESADisplay.class.h')
-rw-r--r--Source/Kernel/Devices/Display/VESADisplay.class.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Kernel/Devices/Display/VESADisplay.class.h b/Source/Kernel/Devices/Display/VESADisplay.class.h
index 606c115..04c8e90 100644
--- a/Source/Kernel/Devices/Display/VESADisplay.class.h
+++ b/Source/Kernel/Devices/Display/VESADisplay.class.h
@@ -67,7 +67,7 @@ class VESADisplay : public GraphicDisplay {
u32int getPix(u16int x, u16int y);
//Advanced graphical functions, recoded for being optimized
- virtual void putChar(u16int line, u16int col, WChar c, u8int color);
+ virtual void drawChar(u16int line, u16int col, WChar c, u8int color);
};
#endif