Skip to content

Commit

Permalink
Fixed classes symbol export
Browse files Browse the repository at this point in the history
  • Loading branch information
FangCunWuChang committed Oct 24, 2024
1 parent 5179f4e commit a484f21
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ namespace juce
@tags{Audio}
*/
class AudioProcessorParameterGroup
class JUCE_API AudioProcessorParameterGroup
{
public:
//==============================================================================
Expand Down
2 changes: 1 addition & 1 deletion modules/juce_core/xml/juce_XmlElement.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class JUCE_API XmlElement
/** A struct containing options for formatting the text when representing an
XML element as a string.
*/
struct TextFormat
struct JUCE_API TextFormat
{
/** Default constructor. */
TextFormat();
Expand Down
2 changes: 1 addition & 1 deletion modules/juce_dsp/processors/juce_Panner.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ enum class PannerRule
@tags{DSP}
*/
template <typename SampleType>
class Panner
class JUCE_API Panner
{
public:
//==============================================================================
Expand Down
2 changes: 1 addition & 1 deletion modules/juce_gui_basics/windows/juce_ScopedMessageBox.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace juce
@tags{GUI}
*/
class ScopedMessageBox
class JUCE_API ScopedMessageBox
{
public:
/** @internal */
Expand Down

0 comments on commit a484f21

Please sign in to comment.