Skip to content

Commit

Permalink
Made set_default_logger nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Mar 23, 2024
1 parent 33809e6 commit cd53bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
-----------

### Internals
* None.
* Made `set_default_logger` nullable in the bindgen spec.yml (PR [#7515](https://github.com/realm/realm-core/pull/7515)).

----------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion bindgen/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ classes:
properties:
get_default_logger: SharedLogger
staticMethods:
set_default_logger: '(logger: SharedLogger)'
set_default_logger: '(logger: Nullable<SharedLogger>)'

ConstTableRef:
needsDeref: true
Expand Down

0 comments on commit cd53bc8

Please sign in to comment.