diff options
Diffstat (limited to 'include/cppunittester')
-rw-r--r-- | include/cppunittester/protectorfactory.hxx | 1 |
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 |