mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +00:00
Some classes had virtual methods, but were missing a virtual destructor. Technically, every unit test that inherits from the Beast test suite would get flagged by `-Wnon-virtual-dtor` but I did not think it would be a great idea to go sprinkle a virtual destructor for every Ripple test suite.