mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:00:08 +00:00
added equality check for alertRadarSite_
This commit is contained in:
parent
885a85cdcc
commit
83857575ad
1 changed files with 1 additions and 0 deletions
|
|
@ -185,6 +185,7 @@ bool operator==(const AudioSettings& lhs, const AudioSettings& rhs)
|
|||
lhs.p->alertLocationMethod_ == rhs.p->alertLocationMethod_ &&
|
||||
lhs.p->alertLatitude_ == rhs.p->alertLatitude_ &&
|
||||
lhs.p->alertLongitude_ == rhs.p->alertLongitude_ &&
|
||||
lhs.p->alertRadarSite_ == rhs.p->alertRadarSite_ &&
|
||||
lhs.p->alertRadius_ == rhs.p->alertRadius_ &&
|
||||
lhs.p->alertCounty_ == rhs.p->alertCounty_ &&
|
||||
lhs.p->alertEnabled_ == rhs.p->alertEnabled_);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue