Skip to content

Commit 4c943c0

Browse files
committed
fix compile error
1 parent 3573aac commit 4c943c0

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
@@ -750,7 +750,7 @@ void MetadataNode::SetInnerTypes(Isolate *isolate, Local<Function>& ctorFunction
750750

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

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

0 commit comments

Comments
 (0)