Fix build with -Werror=reorder
This commit is contained in:
parent
3d1747e286
commit
eb24cf7c64
1 changed files with 1 additions and 1 deletions
|
@ -46,8 +46,8 @@ pango_text::pango_text()
|
|||
reinterpret_cast<PangoCairoFontMap*>(pango_cairo_font_map_get_default()))), g_object_unref)
|
||||
#endif
|
||||
, layout_(pango_layout_new(context_.get()), g_object_unref)
|
||||
, sublayouts_()
|
||||
, rect_()
|
||||
, sublayouts_()
|
||||
, surface_()
|
||||
, text_()
|
||||
, markedup_text_(false)
|
||||
|
|
Loading…
Add table
Reference in a new issue