Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Plamen5kov authored and petekanev committed Aug 23, 2016
1 parent fee487d commit 854fef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/main/jni/MetadataNode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ void MetadataNode::SetInnerTypes(Isolate *isolate, Local<Function>& ctorFunction

Local<FunctionTemplate> MetadataNode::GetConstructorFunctionTemplate(Isolate *isolate, MetadataTreeNode *treeNode)
{
vector<MethodCallbackData*> instanceMethodsCallbackData;
std::vector<MethodCallbackData*> instanceMethodsCallbackData;

auto ft = GetConstructorFunctionTemplate(isolate, treeNode, instanceMethodsCallbackData);

Expand Down

0 comments on commit 854fef4

Please sign in to comment.