Skip to content

Commit

Permalink
fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
tiemuhuaguo committed Feb 1, 2024
1 parent 13e1ec5 commit 43fd102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mars/comm/objc/platform_comm.mm
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ bool getCurSIMInfo(mars::comm::SIMInfo& simInfo, bool /* realtime = false*/) {

#else

bool getCurSIMInfo(SIMInfo& simInfo) { return false; }
bool getCurSIMInfo(mars::comm::SIMInfo& simInfo, bool /* realtime = false*/) { return false; }
#endif

bool getAPNInfo(mars::comm::APNInfo& info) {
Expand Down

0 comments on commit 43fd102

Please sign in to comment.