Skip to content

Commit 854fef4

Browse files
Plamen5kovpetekanev
authored andcommitted
fix compile error
1 parent fee487d commit 854fef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/src/main/jni/MetadataNode.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ void MetadataNode::SetInnerTypes(Isolate *isolate, Local<Function>& ctorFunction
748748

749749
Local<FunctionTemplate> MetadataNode::GetConstructorFunctionTemplate(Isolate *isolate, MetadataTreeNode *treeNode)
750750
{
751-
vector<MethodCallbackData*> instanceMethodsCallbackData;
751+
std::vector<MethodCallbackData*> instanceMethodsCallbackData;
752752

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

0 commit comments

Comments
 (0)