Fix a compiler error from a rather picky clang++

This commit is contained in:
Bill Somerville
2018-10-26 17:30:58 +01:00
parent baed81d057
commit 5f37525db4
2 changed files with 4 additions and 1 deletions
+4
View File
@@ -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;