From 67e82c48e1729a2ea939ffacb6b237a64cefa763 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sat, 9 May 2015 22:07:19 +0200 Subject: No more need for EMPTYARG in C++11 Change-Id: I8a6abc563fa80a801d1907100d0b1138d260c36e --- extensions/source/bibliography/bibview.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions') diff --git a/extensions/source/bibliography/bibview.cxx b/extensions/source/bibliography/bibview.cxx index 58cf4d44e54c..9e62d154ec1b 100644 --- a/extensions/source/bibliography/bibview.cxx +++ b/extensions/source/bibliography/bibview.cxx @@ -174,7 +174,7 @@ namespace bib mpBibView->Resize(); } - IMPL_LINK( BibView, CallMappingHdl, BibView*, EMPTYARG ) + IMPL_LINK( BibView, CallMappingHdl, BibView*, ) { m_pDatMan->CreateMappingDialog( this ); return 0; -- cgit