Fixed overloaded virtual functions with const vs none warning
This commit is contained in:
parent
4bb93c976c
commit
3787856563
8 changed files with 8 additions and 8 deletions
|
|
@ -75,7 +75,7 @@ public:
|
|||
void set_dragger_visibility(DraggerVisibility p_visibility);
|
||||
DraggerVisibility get_dragger_visibility() const;
|
||||
|
||||
virtual CursorShape get_cursor_shape(const Point2& p_pos=Point2i());
|
||||
virtual CursorShape get_cursor_shape(const Point2& p_pos=Point2i()) const;
|
||||
|
||||
virtual Size2 get_minimum_size() const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue