File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
juce_audio_processors/processors Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ namespace juce
4747
4848 @tags{Audio}
4949*/
50- class AudioProcessorParameterGroup
50+ class JUCE_API AudioProcessorParameterGroup
5151{
5252public:
5353 // ==============================================================================
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ class JUCE_API XmlElement
144144 /* * A struct containing options for formatting the text when representing an
145145 XML element as a string.
146146 */
147- struct TextFormat
147+ struct JUCE_API TextFormat
148148 {
149149 /* * Default constructor. */
150150 TextFormat ();
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ enum class PannerRule
5555 @tags{DSP}
5656*/
5757template <typename SampleType>
58- class Panner
58+ class JUCE_API Panner
5959{
6060public:
6161 // ==============================================================================
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ namespace juce
4242
4343 @tags{GUI}
4444*/
45- class ScopedMessageBox
45+ class JUCE_API ScopedMessageBox
4646{
4747public:
4848 /* * @internal */
You can’t perform that action at this time.
0 commit comments