Fix build with -Werror=reorder

This commit is contained in:
Jyrki Vesterinen 2017-06-02 14:42:12 +03:00
parent 3d1747e286
commit eb24cf7c64

View file

@ -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)