berthubert / simplomon

Very simple monitoring system with a single configuration file
MIT License
119 stars 15 forks source link

Add virtual destructor to PromCheck base class #40

Closed wandernauta closed 5 months ago

wandernauta commented 5 months ago

Similar to #33; since these are kept in a std::vector<std::unique_ptr<PromCheck>>, they need to be able to be deleted through a base pointer.