diff options
Diffstat (limited to 'pango/shape.c')
-rw-r--r-- | pango/shape.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/shape.c b/pango/shape.c index 6ff3f379..aa712192 100644 --- a/pango/shape.c +++ b/pango/shape.c @@ -40,7 +40,7 @@ void pango_shape (const gchar *text, gint length, - PangoAnalysis *analysis, + const PangoAnalysis *analysis, PangoGlyphString *glyphs) { int i; |