summaryrefslogtreecommitdiff
path: root/vcl/workben/jpgfuzzer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/workben/jpgfuzzer.cxx')
-rw-r--r--vcl/workben/jpgfuzzer.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/workben/jpgfuzzer.cxx b/vcl/workben/jpgfuzzer.cxx
index 0fe6fc9076ee..5850deec5882 100644
--- a/vcl/workben/jpgfuzzer.cxx
+++ b/vcl/workben/jpgfuzzer.cxx
@@ -34,6 +34,11 @@ lo_get_constructor_map(void)
return map;
}
+extern "C" void* lo_get_custom_widget_func(const char*)
+{
+ return nullptr;
+}
+
extern "C" int LLVMFuzzerInitialize(int *argc, char ***argv)
{
TypicalFuzzerInitialize(argc, argv);