mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04: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
|
||||
fill_title_layout(char *content)
|
||||
fill_title_layout(const char *content)
|
||||
{
|
||||
clear_title_layout();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue