mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added a couple of missing JUCE_API declarations
This commit is contained in:
parent
d390e41768
commit
8011ce4209
2 changed files with 2 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ public:
|
|||
/** This structure is passed to a NativeFunction callback, and contains invocation
|
||||
details about the function's arguments and context.
|
||||
*/
|
||||
struct NativeFunctionArgs
|
||||
struct JUCE_API NativeFunctionArgs
|
||||
{
|
||||
NativeFunctionArgs (const var& thisObject, const var* args, int numArgs) noexcept;
|
||||
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
script creates complex connections between objects, you run the risk of creating cyclic
|
||||
dependencies and hence leaking.
|
||||
*/
|
||||
class JavascriptEngine
|
||||
class JUCE_API JavascriptEngine
|
||||
{
|
||||
public:
|
||||
/** Creates an instance of the engine.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue