mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
WindowsDLL: Add missing JUCE_API attributes
This commit is contained in:
parent
ed80adb3c7
commit
d9ed81b4f0
4 changed files with 4 additions and 4 deletions
|
|
@ -47,7 +47,7 @@ namespace juce
|
|||
|
||||
@tags{Audio}
|
||||
*/
|
||||
class AudioProcessorParameterGroup
|
||||
class JUCE_API AudioProcessorParameterGroup
|
||||
{
|
||||
public:
|
||||
//==============================================================================
|
||||
|
|
|
|||
|
|
@ -144,7 +144,7 @@ public:
|
|||
/** 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();
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ enum class PannerRule
|
|||
@tags{DSP}
|
||||
*/
|
||||
template <typename SampleType>
|
||||
class Panner
|
||||
class JUCE_API Panner
|
||||
{
|
||||
public:
|
||||
//==============================================================================
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ namespace juce
|
|||
|
||||
@tags{GUI}
|
||||
*/
|
||||
class ScopedMessageBox
|
||||
class JUCE_API ScopedMessageBox
|
||||
{
|
||||
public:
|
||||
/** @internal */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue