aboutsummaryrefslogtreecommitdiffstats
path: root/core/device.h
diff options
context:
space:
mode:
authorChris Robinson <chris.kcat@gmail.com>2023-12-31 07:58:57 -0800
committerChris Robinson <chris.kcat@gmail.com>2023-12-31 07:58:57 -0800
commit77a571e42ada313ed11d37a3738214df57d378ef (patch)
tree395473c33156ceaba39fbe02ad7f0f807d279ebe /core/device.h
parentba4f633a9e778b3d94f2e21d124cad2baf05a6b4 (diff)
Avoid placement new for the output limiter
Diffstat (limited to 'core/device.h')
-rw-r--r--core/device.h2
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;