summaryrefslogtreecommitdiff
path: root/include/vcl/svapp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-09 15:52:39 +0200
committerNoel Grandin <noel@peralex.com>2015-09-10 08:30:11 +0200
commit9ea0390f17d5183471a27cf7666b45abf3f1e8a0 (patch)
treee66e718581f670b37aefdc0c5376ac7cf785d878 /include/vcl/svapp.hxx
parent71d8cfc13a7269230fc39c895c5a24350ab07357 (diff)
convert Link<> to typed
Change-Id: Iaca21344f6a38f508f79e6d5983e515162a6dca3
Diffstat (limited to 'include/vcl/svapp.hxx')
-rw-r--r--include/vcl/svapp.hxx2
1 files changed, 1 insertions, 1 deletions
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<LinkParamNone*,void> const & hook);
private: