diff --git a/src/font/text.cpp b/src/font/text.cpp index bfd64d77d9ae..f5645e52bb95 100644 --- a/src/font/text.cpp +++ b/src/font/text.cpp @@ -46,8 +46,8 @@ pango_text::pango_text() reinterpret_cast(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)