summaryrefslogtreecommitdiff
path: root/vcl/workben/wmffuzzer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/workben/wmffuzzer.cxx')
-rw-r--r--vcl/workben/wmffuzzer.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/workben/wmffuzzer.cxx b/vcl/workben/wmffuzzer.cxx
index b6ea0b593c86..7cc43d793d60 100644
--- a/vcl/workben/wmffuzzer.cxx
+++ b/vcl/workben/wmffuzzer.cxx
@@ -46,6 +46,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);