mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-04 10:10:59 +00:00
b35df4578b
The base class of Registered must provide a virtual destructor to enable safe deletion with just a base class pointer. This requirement can be lifted by using Registered_no_delete in places where the deletion property is not needed. Fixes #2331