diff options
Diffstat (limited to 'Libraries/LibVT/TerminalWidget.h')
-rw-r--r-- | Libraries/LibVT/TerminalWidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Libraries/LibVT/TerminalWidget.h b/Libraries/LibVT/TerminalWidget.h index 30cd591fb7..e83b0da679 100644 --- a/Libraries/LibVT/TerminalWidget.h +++ b/Libraries/LibVT/TerminalWidget.h @@ -114,8 +114,8 @@ private: void set_logical_focus(bool); - Rect glyph_rect(u16 row, u16 column); - Rect row_rect(u16 row); + Gfx::Rect glyph_rect(u16 row, u16 column); + Gfx::Rect row_rect(u16 row); void update_cursor(); void invalidate_cursor(); |