diff options
Diffstat (limited to 'src/gui/guiHyperText.h')
-rw-r--r-- | src/gui/guiHyperText.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/guiHyperText.h b/src/gui/guiHyperText.h index c55f8a705..5b936262e 100644 --- a/src/gui/guiHyperText.h +++ b/src/gui/guiHyperText.h @@ -174,7 +174,7 @@ public: void place(const core::rect<s32> &dest_rect); inline s32 getHeight() { return m_height; }; - void draw(const core::rect<s32> &dest_rect, + void draw(const core::rect<s32> &clip_rect, const core::position2d<s32> &dest_offset); ParsedText::Element *getElementAt(core::position2d<s32> pos); ParsedText::Tag *m_hovertag; |