diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-07 15:28:56 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-08 08:16:47 +0200 |
commit | 9004eeae2fc7be5868b9f5738ff335db262b40d9 (patch) | |
tree | 0882fa67045baecb70d5e38ef2d4140e74b154ad /cui/source/inc/cuifmsearch.hxx | |
parent | a7fde38aaeca29339c9371272ae34ee0b8ca31d2 (diff) |
convert Link<> to typed
Change-Id: I206430e6cb32235b0ac47781fe586c3e374bfc17
Diffstat (limited to 'cui/source/inc/cuifmsearch.hxx')
-rw-r--r-- | cui/source/inc/cuifmsearch.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/cuifmsearch.hxx b/cui/source/inc/cuifmsearch.hxx index f4d00a7faab6..7cca0823b96f 100644 --- a/cui/source/inc/cuifmsearch.hxx +++ b/cui/source/inc/cuifmsearch.hxx @@ -171,7 +171,7 @@ private: DECL_LINK( OnContextSelection, ListBox* ); - DECL_LINK( OnSearchProgress, FmSearchProgress* ); + DECL_LINK_TYPED( OnSearchProgress, const FmSearchProgress*, void ); DECL_LINK_TYPED( OnDelayedPaint, Timer*, void ); ///< see EnableSearchUI |