Solve vtable warnings in gxschannels

This commit is contained in:
Gioacchino Mazzurco 2019-09-19 16:26:43 +02:00
parent bc3596047a
commit 828251cc18
No known key found for this signature in database
GPG key ID: A1FBCA3872E87051
2 changed files with 14 additions and 6 deletions

View file

@ -2466,4 +2466,6 @@ void p3GxsChannels::cleanTimedOutCallbacks()
} // RS_STACK_MUTEX(mDistantChannelsCallbacksMapMutex)
}
RsGxsChannelGroup::~RsGxsChannelGroup() = default;
RsGxsChannelPost::~RsGxsChannelPost() = default;
RsGxsChannels::~RsGxsChannels() = default;