1
0
Fork 0
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:
jules 2017-02-23 15:22:52 +00:00
parent d390e41768
commit 8011ce4209
2 changed files with 2 additions and 2 deletions

View file

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

View file

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