row: Add const

This commit is contained in:
Dorota Czaplejewicz
2019-08-16 18:01:35 +00:00
parent a64bff6aab
commit e1c57fa9f0
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ struct squeek_button *eek_keyboard_find_button_by_name(LevelKeyboard *keyboard,
/// Represents the path to the button within a view
struct button_place {
struct squeek_row *row;
const struct squeek_row *row;
const struct squeek_button *button;
};