diff --git a/example/pubspec.lock b/example/pubspec.lock index deff9ad9b9..1d3817e38d 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -87,7 +87,7 @@ packages: path: ".." relative: true source: path - version: "7.43.0" + version: "7.44.0" lints: dependency: transitive description: diff --git a/lib/src/ffi/bindings.dart b/lib/src/ffi/bindings.dart index 71eb453e7d..b62a3b77b4 100644 --- a/lib/src/ffi/bindings.dart +++ b/lib/src/ffi/bindings.dart @@ -1377,11 +1377,11 @@ class LibEdaxBindings { ffi.Pointer> value) => _time_clock.value = value; - late final ffi.Pointer _timezone = _lookup('timezone'); + late final ffi.Pointer _timezone$1 = _lookup('timezone'); - int get timezone => _timezone.value; + int get timezone$1 => _timezone$1.value; - set timezone(int value) => _timezone.value = value; + set timezone$1(int value) => _timezone$1.value = value; late final ffi.Pointer>> _tzname = _lookup>>('tzname'); @@ -9969,7 +9969,7 @@ final class timeval64 extends ffi.Struct { external int tv_usec; } -final class timezone$1 extends ffi.Struct { +final class timezone extends ffi.Struct { @ffi.Int() external int tz_minuteswest;