summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/app/AppController.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-10 10:48:52 +0200
committerNoel Grandin <noel@peralex.com>2015-09-11 08:48:54 +0200
commit23175c02b0f16b213736f87697b600dbbd72ff60 (patch)
treecb4389c986d1b14ffcd30b6b08cba019c0ce1e79 /dbaccess/source/ui/app/AppController.hxx
parent52a949e538de531d35792b59b62c897773ef5ed7 (diff)
convert Link<> to typed
Change-Id: I473ab8d77273c512e843427c86664f9eefbff116
Diffstat (limited to 'dbaccess/source/ui/app/AppController.hxx')
-rw-r--r--dbaccess/source/ui/app/AppController.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/app/AppController.hxx b/dbaccess/source/ui/app/AppController.hxx
index 034a69aec8c4..899a9cad17b4 100644
--- a/dbaccess/source/ui/app/AppController.hxx
+++ b/dbaccess/source/ui/app/AppController.hxx
@@ -527,7 +527,7 @@ namespace dbaui
DECL_LINK_TYPED( OnClipboardChanged, TransferableDataHelper*, void );
DECL_LINK_TYPED( OnAsyncDrop, void*, void );
DECL_LINK_TYPED( OnCreateWithPilot, void*, void );
- DECL_LINK( OnSelectContainer, void* );
+ DECL_LINK_TYPED( OnSelectContainer, void*, void );
void OnFirstControllerConnected();
protected: