Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
macos: fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
wangwenx190 committed Aug 1, 2023
1 parent 60a691e commit 90b2fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/utils_mac.mm
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ static inline void cleanupProxy()
if (g_macUtilsData()->isEmpty()) {
return;
}
const auto &data = g_macUtilsData();
const auto &data = *g_macUtilsData();
for (auto &&proxy : std::as_const(data)) {
Q_ASSERT(proxy);
if (!proxy) {
Expand Down

0 comments on commit 90b2fe4

Please sign in to comment.