diff options
author | Chris Robinson <[email protected]> | 2023-10-22 20:05:00 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-10-22 20:05:00 -0700 |
commit | 6435744f7a1f7995a80309eb8b66468c0c7e732b (patch) | |
tree | 20bf07a2f45e1438b24c610a46e2851b5399ea1f /al/debug.h | |
parent | 197691365d112e170a8478fbbdcb38fd3826e418 (diff) |
Don't inline a destructor
Diffstat (limited to 'al/debug.h')
-rw-r--r-- | al/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ struct DebugGroup { { } DebugGroup(const DebugGroup&) = default; DebugGroup(DebugGroup&&) = default; + ~DebugGroup(); }; #endif /* AL_DEBUG_H */ |