mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Issue #1956 - Fix C++ code standard conformance issue in webaudio
This commit is contained in:
parent
aedbffe910
commit
a83111160f
1 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
/*
|
||||
* Copyright (C) 2011 Google Inc. All rights reserved.
|
||||
* Copyright (C) 2011 Google Inc.
|
||||
* Copyright (C) 2022 Moonchild Productions.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -104,7 +105,7 @@ protected:
|
|||
float m_lastAnchor;
|
||||
float m_lastFilterStageGain;
|
||||
|
||||
typedef struct {
|
||||
typedef struct ZeroPoleFilterPack4 {
|
||||
ZeroPole filters[4];
|
||||
size_t sizeOfIncludingThis(mozilla::MallocSizeOf aMallocSizeOf) const
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue