Skip to content

Commit

Permalink
Fix build with -Werror=reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
jyrkive committed Jun 2, 2017
1 parent 3d1747e commit eb24cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/font/text.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit eb24cf7

Please sign in to comment.