mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-29 05:24:24 -04:00
Fix a compiler error from a rather picky clang++
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user