summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-09 22:07:19 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-10 11:25:48 +0200
commit67e82c48e1729a2ea939ffacb6b237a64cefa763 (patch)
tree4bb06e2ded7e1f6759d8e30e825616b5137fdc04 /extensions
parent4f00dce2b3f08aea41390786ffdaa29179598dec (diff)
No more need for EMPTYARG in C++11
Change-Id: I8a6abc563fa80a801d1907100d0b1138d260c36e
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/bibliography/bibview.cxx2
1 files changed, 1 insertions, 1 deletions
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;