mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Add missing JUCE_API annotations
This commit is contained in:
parent
99b63cf038
commit
20b5e92559
2 changed files with 4 additions and 4 deletions
|
|
@ -196,7 +196,7 @@ public:
|
|||
|
||||
//==============================================================================
|
||||
/** Can be used to save and restore the editor's caret position, selection state, etc. */
|
||||
struct State
|
||||
struct JUCE_API State
|
||||
{
|
||||
/** Creates an object containing the state of the given editor. */
|
||||
State (const CodeEditorComponent&);
|
||||
|
|
@ -253,7 +253,7 @@ public:
|
|||
struct JUCE_API ColourScheme
|
||||
{
|
||||
/** Defines a colour for a token type */
|
||||
struct TokenType
|
||||
struct JUCE_API TokenType
|
||||
{
|
||||
String name;
|
||||
Colour colour;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue