mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -05:00
Fix a compiler error with a missing member function return type
This commit is contained in:
parent
e575cdd11b
commit
baed81d057
@ -42,7 +42,7 @@ struct worked_entry
|
||||
// less then predidate for the Continent enum class
|
||||
struct Continent_less
|
||||
{
|
||||
operator () (AD1CCty::Continent lhs, AD1CCty::Continent rhs) const
|
||||
bool operator () (AD1CCty::Continent lhs, AD1CCty::Continent rhs) const
|
||||
{
|
||||
return static_cast<int> (lhs) < static_cast<int> (rhs);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user