summaryrefslogtreecommitdiff
path: root/include/cppunittester/protectorfactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppunittester/protectorfactory.hxx')
-rw-r--r--include/cppunittester/protectorfactory.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cppunittester/protectorfactory.hxx b/include/cppunittester/protectorfactory.hxx
index b0b21bd1b259..a0246970311f 100644
--- a/include/cppunittester/protectorfactory.hxx
+++ b/include/cppunittester/protectorfactory.hxx
@@ -33,6 +33,7 @@ namespace cppunittester
#ifdef DISABLE_DYNLOADING
extern "C" CppUnit::Protector *unoexceptionprotector();
extern "C" CppUnit::Protector *unobootstrapprotector();
+extern "C" CppUnit::Protector *vclbootstrapprotector();
#endif
#endif