table-provider: Remove "const" from struct table_cell members.
[pspp] / tests / output / render-test.c
index 0e07f87dc16f6ef8e3ce9ebf97196ca37c525127..d9ca79603ac0e1ec864c616f7274dde6d810e88c 100644 (file)
@@ -473,7 +473,9 @@ read_table (FILE *stream)
               {
                 table_joint_text (tab, c, r, c + cs - 1, r + rs - 1, 0,
                                   content);
-                table_add_style (tab, c, r, style);
+                table_add_style (tab, c, r,
+                                 CONST_CAST (struct table_area_style *,
+                                             style));
               }
             else
               {