Skip to content

kdbgwin: add missing override specifier

Both MingwGenerator and MsvcGenerator override AbstractBTGenerator methods but the overrided methods are not being marked with 'override' specifier.

Merge request reports