diff options
Diffstat (limited to 'dbaccess/source/ui/dlg/dbfindex.hxx')
-rw-r--r-- | dbaccess/source/ui/dlg/dbfindex.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/dbfindex.hxx b/dbaccess/source/ui/dlg/dbfindex.hxx index be5ac35d6b7e..9cf8ac1ada4c 100644 --- a/dbaccess/source/ui/dlg/dbfindex.hxx +++ b/dbaccess/source/ui/dlg/dbfindex.hxx @@ -89,7 +89,7 @@ protected: DECL_LINK_TYPED( AddAllClickHdl, Button*, void ); DECL_LINK_TYPED( RemoveAllClickHdl, Button*, void ); DECL_LINK_TYPED( OKClickHdl, Button*, void ); - DECL_LINK( OnListEntrySelected, ListBox* ); + DECL_LINK_TYPED( OnListEntrySelected, ListBox&, void ); OUString m_aDSN; TableInfoList m_aTableInfoList; |