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
..
2022-09-30 11:07:41 +00:00
2023-05-16 20:21:36 -07:00
2023-11-28 23:03:26 +11:00
2023-10-02 17:28:23 -04:00