Minor
This commit is contained in:
parent
95d18a7cab
commit
adb039554d
|
@ -36,7 +36,8 @@ struct view_cairo_t
|
|||
view_cairo_t (option_parser_t *parser)
|
||||
: output_options (parser, helper_cairo_supported_formats),
|
||||
view_options (parser),
|
||||
lines (0), scale (1.0), direction (HB_DIRECTION_INVALID) {}
|
||||
direction (HB_DIRECTION_INVALID),
|
||||
lines (0), scale (1.0) {}
|
||||
~view_cairo_t (void) {
|
||||
if (debug)
|
||||
cairo_debug_reset_static_data ();
|
||||
|
|
Loading…
Reference in New Issue