mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added some missing JUCE_API modifiers.
This commit is contained in:
parent
f0618a1095
commit
9eb3c1955a
3 changed files with 3 additions and 3 deletions
|
|
@ -307,7 +307,7 @@ public:
|
|||
The actual format of the pixel data depends on the image's format - see Image::getFormat(),
|
||||
and the PixelRGB, PixelARGB and PixelAlpha classes for more info.
|
||||
*/
|
||||
class BitmapData
|
||||
class JUCE_API BitmapData
|
||||
{
|
||||
public:
|
||||
enum ReadWriteMode
|
||||
|
|
|
|||
|
|
@ -532,7 +532,7 @@ public:
|
|||
/** Base class for input filters that can be applied to a TextEditor to restrict
|
||||
the text that can be entered.
|
||||
*/
|
||||
class InputFilter
|
||||
class JUCE_API InputFilter
|
||||
{
|
||||
public:
|
||||
InputFilter() {}
|
||||
|
|
|
|||
|
|
@ -206,7 +206,7 @@ public:
|
|||
const Font& getFont() const noexcept { return font; }
|
||||
|
||||
//==============================================================================
|
||||
struct ColourScheme
|
||||
struct JUCE_API ColourScheme
|
||||
{
|
||||
struct TokenType
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue