diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-10 10:48:52 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-11 08:48:54 +0200 |
commit | 23175c02b0f16b213736f87697b600dbbd72ff60 (patch) | |
tree | cb4389c986d1b14ffcd30b6b08cba019c0ce1e79 /dbaccess/source/ui/browser/AsynchronousLink.cxx | |
parent | 52a949e538de531d35792b59b62c897773ef5ed7 (diff) |
convert Link<> to typed
Change-Id: I473ab8d77273c512e843427c86664f9eefbff116
Diffstat (limited to 'dbaccess/source/ui/browser/AsynchronousLink.cxx')
-rw-r--r-- | dbaccess/source/ui/browser/AsynchronousLink.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/browser/AsynchronousLink.cxx b/dbaccess/source/ui/browser/AsynchronousLink.cxx index 6b2dbe43cbce..92ce231abacb 100644 --- a/dbaccess/source/ui/browser/AsynchronousLink.cxx +++ b/dbaccess/source/ui/browser/AsynchronousLink.cxx @@ -23,7 +23,7 @@ // OAsynchronousLink using namespace dbaui; -OAsynchronousLink::OAsynchronousLink( const Link<>& _rHandler ) +OAsynchronousLink::OAsynchronousLink( const Link<void*,void>& _rHandler ) :m_aHandler(_rHandler) ,m_aEventSafety() ,m_aDestructionSafety() |