From 00b4f60b494b289de6de9c34068adc69fc4d9fef Mon Sep 17 00:00:00 2001 From: Henri Lefebvre Date: Wed, 23 Oct 2024 10:53:29 +0200 Subject: [PATCH] define destructor of Plots::Manager --- .../callbacks/watchers/PlotManager.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/src/optimizers/mixed-integer-optimization/callbacks/watchers/PlotManager.cpp b/lib/src/optimizers/mixed-integer-optimization/callbacks/watchers/PlotManager.cpp index e6da2949..b878565a 100644 --- a/lib/src/optimizers/mixed-integer-optimization/callbacks/watchers/PlotManager.cpp +++ b/lib/src/optimizers/mixed-integer-optimization/callbacks/watchers/PlotManager.cpp @@ -82,4 +82,6 @@ idol::Plots::Manager::Manager() { throw Exception("idol was not compiled with ROOT."); } +idol::Plots::Manager::~Manager() {} + #endif