mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-01 14:22:27 -04: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
|
// less then predidate for the Continent enum class
|
||||||
struct Continent_less
|
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);
|
return static_cast<int> (lhs) < static_cast<int> (rhs);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user