Readd struct disappeared in rebase + fix warning

This commit is contained in:
Gioacchino Mazzurco 2020-04-04 01:09:18 +02:00
parent 612d47908d
commit 13e0179812
No known key found for this signature in database
GPG key ID: A1FBCA3872E87051
2 changed files with 11 additions and 2 deletions

View file

@ -1969,3 +1969,4 @@ bool RsGxsDataAccess::checkMsgFilter(
return true;
}
GxsGroupStatistic::~GxsGroupStatistic() = default;