1
0
Fork 0
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:
jules 2013-02-09 15:21:53 +00:00
parent f0618a1095
commit 9eb3c1955a
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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() {}

View file

@ -206,7 +206,7 @@ public:
const Font& getFont() const noexcept { return font; }
//==============================================================================
struct ColourScheme
struct JUCE_API ColourScheme
{
struct TokenType
{