Skip to content

Commit

Permalink
fixup! Introduce SearchInfo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Mar 29, 2022
1 parent eee7b95 commit 701a416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/internalServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ struct GeoQuery {
float longitude;
float distance;

operator bool() const {
explicit operator bool() const {
return distance >= 0;
}

Expand Down

0 comments on commit 701a416

Please sign in to comment.