mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
view: fix build warning
This commit is contained in:
parent
806fdb08bd
commit
e7da5f21e9
1 changed files with 1 additions and 0 deletions
|
|
@ -404,6 +404,7 @@ view_get_string_prop(struct view *view, const char *prop)
|
||||||
if (view->impl->get_string_prop) {
|
if (view->impl->get_string_prop) {
|
||||||
return view->impl->get_string_prop(view, "title");
|
return view->impl->get_string_prop(view, "title");
|
||||||
}
|
}
|
||||||
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue