From fa0ffdbeb5a12b51c5d9202a5d7709d713a719f1 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 15 Apr 2014 07:44:14 +0200 Subject: cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unused ...since f059134fab0f91b7a15594ad06536a13fbfae034 "INTEGRATION: CWS cppuhelpshrink: #i72766# save memory in cppuhelper, using a vector instead of a hash_map" (but a dummy "void" default is left in place for backwards compatibility). Change-Id: I3bb0af8158f34737d41c344464f3cf944e2891ed --- include/cppuhelper/interfacecontainer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cppuhelper') diff --git a/include/cppuhelper/interfacecontainer.h b/include/cppuhelper/interfacecontainer.h index fade8bb52517..7dfff29d43d6 100644 --- a/include/cppuhelper/interfacecontainer.h +++ b/include/cppuhelper/interfacecontainer.h @@ -296,7 +296,7 @@ inline void OInterfaceContainerHelper::notifyEach( void ( SAL_CALL ListenerT::*N @see OInterfaceIteratorHelper @see OInterfaceContainerHelper */ -template< class key , class hashImpl , class equalImpl = std::equal_to > +template< class key, class hashImpl = void, class equalImpl = std::equal_to > class OMultiTypeInterfaceContainerHelperVar { public: -- cgit