summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/display/nr-arena-shape.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/display/nr-arena-shape.cpp b/src/display/nr-arena-shape.cpp
index 2be4016b1..4327e11ba 100644
--- a/src/display/nr-arena-shape.cpp
+++ b/src/display/nr-arena-shape.cpp
@@ -454,7 +454,7 @@ nr_arena_shape_update_stroke(NRArenaShape *shape,NRGC* gc)
shape->delayed_shp = false;
- const float scale = NR_MATRIX_DF_EXPANSION (&gc->transform);
+ float const scale = NR_MATRIX_DF_EXPANSION (&gc->transform);
if (NR_ARENA_ITEM(shape)->arena->rendermode == RENDERMODE_OUTLINE ||
((shape->_stroke.paint.type() != NRArenaShape::Paint::NONE) &&
@@ -1049,7 +1049,7 @@ nr_arena_shape_set_style (NRArenaShape *shape, SPStyle *style)
}
void
-nr_arena_shape_set_paintbox (NRArenaShape *shape, const NRRect *pbox)
+nr_arena_shape_set_paintbox (NRArenaShape *shape, NRRect const *pbox)
{
g_return_if_fail (shape != NULL);
g_return_if_fail (NR_IS_ARENA_SHAPE (shape));