summaryrefslogtreecommitdiffstats
path: root/gin/arguments.h
diff options
context:
space:
mode:
Diffstat (limited to 'gin/arguments.h')
-rw-r--r--gin/arguments.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gin/arguments.h b/gin/arguments.h
index 1461dc8..104152a 100644
--- a/gin/arguments.h
+++ b/gin/arguments.h
@@ -7,13 +7,14 @@
#include "base/basictypes.h"
#include "gin/converter.h"
+#include "gin/gin_export.h"
namespace gin {
// Arguments is a wrapper around v8::FunctionCallbackInfo that integrates
// with Converter to make it easier to marshall arguments and return values
// between V8 and C++.
-class Arguments {
+class GIN_EXPORT Arguments {
public:
Arguments();
explicit Arguments(const v8::FunctionCallbackInfo<v8::Value>& info);