We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad6c97 commit 978a179Copy full SHA for 978a179
1 file changed
src/Functions/getFuzzerData.cpp
@@ -53,7 +53,7 @@ class FunctionGetFuzzerData : public IFunction
53
54
REGISTER_FUNCTION(GetFuzzerData)
55
{
56
- factory.registerFunction<FunctionGetFuzzerData>();
+ factory.registerFunction<FunctionGetFuzzerData>({});
57
}
58
59
0 commit comments