summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/FramebufferManager.cpp
diff options
context:
space:
mode:
authorLioncash <mai.iam2048@gmail.com>2023-12-12 20:33:41 -0500
committerLioncash <mai.iam2048@gmail.com>2023-12-12 20:33:43 -0500
commite06480a8ab61e67813fb698a162aabc867a20d78 (patch)
tree1e4b7fb906d212317cc57dcd93483193d0c96be3 /Source/Core/VideoCommon/FramebufferManager.cpp
parent7b57a4a37d7897fcc47412e32d0e9e280f59fe4c (diff)
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.
Diffstat (limited to 'Source/Core/VideoCommon/FramebufferManager.cpp')
0 files changed, 0 insertions, 0 deletions