mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 22:22:11 +02:00
Pass optional arguments, in case base class ever needs them.
Change-Id: I7f928063b7a9e476ccb98612b3ff17be24126745 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
parent
22b4459a37
commit
8ac1490c7c
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ public class GdbDebugServicesFactory extends AbstractDsfDebugServicesFactory {
|
|||
return (V)createBreakpointsSynchronizerService(session);
|
||||
}
|
||||
|
||||
return super.createService(clazz, session);
|
||||
return super.createService(clazz, session, optionalArguments);
|
||||
}
|
||||
|
||||
protected MIBreakpointsManager createBreakpointManagerService(DsfSession session) {
|
||||
|
|
Loading…
Add table
Reference in a new issue