Skip to content

Commit 978a179

Browse files
committed
Fix fuzzer build
1 parent 4ad6c97 commit 978a179

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Functions/getFuzzerData.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class FunctionGetFuzzerData : public IFunction
5353

5454
REGISTER_FUNCTION(GetFuzzerData)
5555
{
56-
factory.registerFunction<FunctionGetFuzzerData>();
56+
factory.registerFunction<FunctionGetFuzzerData>({});
5757
}
5858

5959
}

0 commit comments

Comments
 (0)