summaryrefslogtreecommitdiff
path: root/test/source/vclbootstrapprotector.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/source/vclbootstrapprotector.cxx')
-rw-r--r--test/source/vclbootstrapprotector.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/vclbootstrapprotector.cxx b/test/source/vclbootstrapprotector.cxx
index b15ed9651a52..b2991b1de898 100644
--- a/test/source/vclbootstrapprotector.cxx
+++ b/test/source/vclbootstrapprotector.cxx
@@ -43,7 +43,7 @@ public:
if (test::isHeadless()) {
Application::EnableHeadlessMode(true);
}
- Application::setDeInitHook(STATIC_LINK(this, Protector, deinitHook));
+ Application::setDeInitHook(LINK(this, Protector, deinitHook));
}
private: