We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b11dc1d commit 33d5330Copy full SHA for 33d5330
1 file changed
Source/Processors/AudioNode/AudioNode.h
@@ -25,7 +25,6 @@
25
#define __AUDIONODE_H_AF61F3C5__
26
27
#include "../../../JuceLibraryCode/JuceHeader.h"
28
-#include "../../TestableExport.h"
29
#include <stdio.h>
30
31
#include "../Dsp/Dsp.h"
@@ -68,15 +67,12 @@ class Expander
68
67
@see GenericProcessor, AudioEditor
69
70
*/
71
-class TESTABLE AudioNode : public GenericProcessor
+class AudioNode : public GenericProcessor
72
{
73
public:
74
/** Constructor */
75
AudioNode();
76
77
- /** Destructor */
78
- ~AudioNode() {}
79
-
80
/** Handle incoming data and decide which channels to monitor
81
82
void process (AudioBuffer<float>& buffer) override;
0 commit comments