BreakpointLocation::GetLoadAddress() prototype does not match superclass virtual prototype

BreakpointLocation::GetLoadAddress() does not match the 'StoppointLocation::GetLoadAddress() const' virtual function prototype, and so, does not override the superclass function.

If this is not expected, I attach a patch to add 'const' to the BreakpointLocation method.

BPLoadAddr.patch (1.02 KB)