summaryrefslogtreecommitdiffstats
path: root/include/vcl/seleng.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-04 17:28:40 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-05 10:21:54 +0200
commit8cafd08278c0b925aac91ea94d8f907d98f07047 (patch)
tree1c2b0e57c895511fdc67f8063647cc520ef5eaeb /include/vcl/seleng.hxx
parentDrop misused lcl_ prefix (diff)
downloadcore-8cafd08278c0b925aac91ea94d8f907d98f07047.tar.gz
core-8cafd08278c0b925aac91ea94d8f907d98f07047.zip
Use typed Timer::SetTimeoutHdl Link
Change-Id: Iaaf0c93e5b28c0f7dbe4f02eda8beeae30708100
Diffstat (limited to 'include/vcl/seleng.hxx')
-rw-r--r--include/vcl/seleng.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/seleng.hxx b/include/vcl/seleng.hxx
index 781527157607..d5b9ef572d28 100644
--- a/include/vcl/seleng.hxx
+++ b/include/vcl/seleng.hxx
@@ -91,7 +91,7 @@ private:
sal_uLong nUpdateInterval;
sal_uInt16 nLockedMods;
SelectionEngineFlags nFlags;
- DECL_DLLPRIVATE_LINK( ImpWatchDog, void* );
+ DECL_DLLPRIVATE_LINK_TYPED( ImpWatchDog, Timer*, void );
inline bool ShouldDeselect( bool bModifierKey1 ) const;
// determines to deselect or not when Ctrl-key is pressed on CursorPosChanging