[A] Added more builds

This commit is contained in:
seleznevae
2019-04-27 16:00:20 +03:00
parent e4cff24d51
commit 535641cddf
8 changed files with 125 additions and 99 deletions

View File

@@ -763,7 +763,7 @@ public:
* - True: Success; table border style was changed.
* - False: Error
*/
bool set_border_style(struct ft_border_style *style)
bool set_border_style(const struct ft_border_style *style)
{
return FT_IS_SUCCESS(ft_set_border_style(table_, style));
}