From 9ea0390f17d5183471a27cf7666b45abf3f1e8a0 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 9 Sep 2015 15:52:39 +0200 Subject: convert Link<> to typed Change-Id: Iaca21344f6a38f508f79e6d5983e515162a6dca3 --- include/vcl/svapp.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vcl/svapp.hxx') diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx index d9dd2eddaf6c..c444d3602704 100644 --- a/include/vcl/svapp.hxx +++ b/include/vcl/svapp.hxx @@ -1483,7 +1483,7 @@ public: ///@} // For vclbootstrapprotector: - static void setDeInitHook(Link<> const & hook); + static void setDeInitHook(Link const & hook); private: -- cgit