Commit e3c832b3 authored by Giuliano Belinassi's avatar Giuliano Belinassi Committed by Tom Stellard
Browse files

Fix override keyword being print to the left side



Previously, the `override` keyword in C++ was being print in the left
side of a method decl, which is unsupported by C++ standard. This commit
fixes that by setting the `CanPrintOnLeft` field to 0, forcing it to be
print on the right side of the decl.

Signed-off-by: default avatarGiuliano Belinassi <gbelinassi@suse.de>
parent 1deeee3f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment