removed virtual from ~Sttp()

This commit is contained in:
2018-07-20 14:56:00 +00:00
parent f104855427
commit 52baa3222f
3 changed files with 8 additions and 8 deletions

View File

@ -41,7 +41,7 @@ Sttp::Sttp (Transmittable* s, Mmgr* mmgr) QSE_CPP_NOEXCEPT: Mmged(mmgr), p_mediu
this->reset ();
}
Sttp::~Sttp ()
Sttp::~Sttp () QSE_CPP_NOEXCEPT
{
}