diff options
Diffstat (limited to 'src/style.h')
| -rw-r--r-- | src/style.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/style.h b/src/style.h index 9e46fa3ea..3179c781b 100644 --- a/src/style.h +++ b/src/style.h @@ -173,8 +173,8 @@ public: SPIEnum white_space; /** SVG2 Text Wrapping */ - SPIString shape_inside; - SPIString shape_subtract; + SPIShapes shape_inside; + SPIShapes shape_subtract; SPILength shape_padding; SPILength shape_margin; SPILength inline_size; |
