This commit is contained in:
enricoturri1966 2021-09-02 09:49:13 +02:00
commit 1545474261
8 changed files with 46 additions and 24 deletions

View file

@ -2073,6 +2073,8 @@ Plater::priv::~priv()
{
if (config != nullptr)
delete config;
if (notification_manager != nullptr)
delete notification_manager;
}
void Plater::priv::update(unsigned int flags)