mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -05:00
Fix a compiler error from a rather picky clang++
This commit is contained in:
parent
baed81d057
commit
5f37525db4
@ -155,6 +155,10 @@ typedef multi_index_container<
|
||||
class AD1CCty::impl final
|
||||
{
|
||||
public:
|
||||
explicit impl ()
|
||||
{
|
||||
}
|
||||
|
||||
Record fixup (QString const& call, prefix const& p) const
|
||||
{
|
||||
using entity_by_id = entities_type::index<id>::type;
|
||||
|
@ -7938,7 +7938,6 @@ void MainWindow::houndCallers()
|
||||
if(m_loggedByFox[houndCall].contains(m_lastBand)) continue; //already logged on this band
|
||||
if(m_foxQSO.contains(houndCall)) continue; //still in the QSO map
|
||||
auto const& entity = m_logBook.countries ().lookup (houndCall);
|
||||
auto const& countryName = entity.entity_name;
|
||||
auto const& continent = AD1CCty::continent (entity.continent);
|
||||
|
||||
//If we are using a directed CQ, ignore Hound calls that do not comply.
|
||||
|
Loading…
Reference in New Issue
Block a user