Skip to content

Commit

Permalink
AdapterObserver callback member variable shouldn't be present on Wind…
Browse files Browse the repository at this point in the history
…ows and Apple
  • Loading branch information
VeithMetro authored Nov 21, 2024
1 parent 795bf99 commit 327b70e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/core/NetworkInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@ namespace Core {
uint32_t Close();

private:
PUSH_WARNING(DISABLE_WARNING_UNUSED_PRIVATE_FIELD)
#if !defined(__WINDOWS__) && !defined(__APPLE__)
INotification* _callback;
POP_WARNING()
#endif
};

#if defined(__WINDOWS__) || defined(__APPLE__)
Expand Down

0 comments on commit 327b70e

Please sign in to comment.