Lioncash e06480a8ab Software/SWGfx: Default destructor in cpp file
Fixes a build failure with clang 17.

The destructor needs to be in the cpp file, since we have a forward
declared std::unique_ptr type as part of the class. So technically the
default inline destructor could invoke without seeing the full data type
definition.
2023-12-12 20:33:43 -05:00
..
2023-12-12 13:24:40 -05:00
2023-04-29 16:10:38 -05:00
2023-12-01 19:55:32 +01:00
2023-10-02 17:28:23 -04:00