diff options
author | Chris Robinson <chris.kcat@gmail.com> | 2023-12-31 07:58:57 -0800 |
---|---|---|
committer | Chris Robinson <chris.kcat@gmail.com> | 2023-12-31 07:58:57 -0800 |
commit | 77a571e42ada313ed11d37a3738214df57d378ef (patch) | |
tree | 395473c33156ceaba39fbe02ad7f0f807d279ebe /core/device.h | |
parent | ba4f633a9e778b3d94f2e21d124cad2baf05a6b4 (diff) |
Avoid placement new for the output limiter
Diffstat (limited to 'core/device.h')
-rw-r--r-- | core/device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/device.h b/core/device.h index f02700c6..9ee07454 100644 --- a/core/device.h +++ b/core/device.h @@ -29,7 +29,7 @@ class BFormatDec; namespace Bs2b { struct bs2b; } // namespace Bs2b -struct Compressor; +class Compressor; struct ContextBase; struct DirectHrtfState; struct HrtfStore; |