mirror of
https://github.com/labwc/labwc.git
synced 2026-02-27 01:40:30 -05:00
rcxml: use const char* for string literals
This commit is contained in:
parent
072d45d4b2
commit
5ce20b2b95
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ clear_title_layout(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
fill_title_layout(char *content)
|
fill_title_layout(const char *content)
|
||||||
{
|
{
|
||||||
clear_title_layout();
|
clear_title_layout();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue