diff --git a/wrappers/obj-c/ODWLogConfiguration.mm b/wrappers/obj-c/ODWLogConfiguration.mm index d69ddf70c..06d31adfc 100644 --- a/wrappers/obj-c/ODWLogConfiguration.mm +++ b/wrappers/obj-c/ODWLogConfiguration.mm @@ -288,11 +288,13 @@ The minimum time (ms) between storage full notifications. NSString *const ODWCFG_BOOL_SESSION_RESET_ENABLED = @"sessionResetEnabled"; @implementation ODWLogConfiguration +{ + ILogConfiguration* _wrappedConfiguration; +} static bool _enableTrace; static bool _enableConsoleLogging; static bool _enableSessionReset; static bool _surfaceCppExceptions; - ILogConfiguration* _wrappedConfiguration; -(instancetype)initWithILogConfiguration:(ILogConfiguration*)config {