Skip to content

Commit 2cc410f

Browse files
author
npaine
committed
Missed part of the wrappers
1 parent 640aec6 commit 2cc410f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

wrappers/obj-c/ODWLogger.mm

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
//
23
// Copyright (c) Microsoft Corporation. All rights reserved.
34
// SPDX-License-Identifier: Apache-2.0
@@ -418,4 +419,10 @@ -(void)initializeSanitizerWithODWSanitizerInitConfig:(ODWSanitizerInitConfig *)i
418419
{
419420
[ODWSanitizer initializeSanitizer:_wrappedLogger withODWSanitizerInitConfig:initConfigObject];
420421
}
422+
423+
// Added overload that includes overrides parameter.
424+
-(void)initializeSanitizerWithODWSanitizerInitConfig:(ODWSanitizerInitConfig *)initConfigObject overrides:(int)overridesInt
425+
{
426+
[ODWSanitizer initializeSanitizer:_wrappedLogger withODWSanitizerInitConfig:initConfigObject overrides:overridesInt];
427+
}
421428
@end

0 commit comments

Comments
 (0)