Fixed overloaded virtual functions with const vs none warning

This commit is contained in:
marcelofg55
2016-06-12 13:31:22 -03:00
parent 4bb93c976c
commit 3787856563
8 changed files with 8 additions and 8 deletions

View File

@ -351,7 +351,7 @@ void SplitContainer::_input_event(const InputEvent& p_event) {
}
Control::CursorShape SplitContainer::get_cursor_shape(const Point2& p_pos) {
Control::CursorShape SplitContainer::get_cursor_shape(const Point2& p_pos) const {
if (collapsed)
return Control::get_cursor_shape(p_pos);