Skip to content

Commit 80f0a79

Browse files
thomasameiselThomsonTan
authored andcommitted
Change logManagerConfig to use auto reference
1 parent f40e8fb commit 80f0a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrappers/obj-c/ODWLogManager.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ +(nullable ILogger *)initializeLogManager:(nonnull NSString *)tenantToken withCo
123123
try
124124
{
125125
// Get reference to the default configuration
126-
ILogConfiguration& logManagerConfig = LogManager::GetLogConfiguration();
126+
auto& logManagerConfig = LogManager::GetLogConfiguration();
127127

128128
// Update logManager config when custom configuration is provided.
129129
if (config != nil && config.count > 0)

0 commit comments

Comments
 (0)