mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
refs #614, allow CCached::NotifySlot to refer to a base class method
This commit is contained in:
committed by
Klaus Basan
parent
43f9515eaa
commit
bf2a84b67c
@@ -271,7 +271,7 @@ namespace BlackMisc
|
||||
//! Type of pointer to non-const member function of U taking no arguments and returning void,
|
||||
//! for slot parameter of CCached constructor.
|
||||
template <typename U>
|
||||
using NotifySlot = void (U::*)();
|
||||
using NotifySlot = Private::NonDeduced<void (U::*)()>;
|
||||
|
||||
//! Constructor.
|
||||
//! \param cache The CValueCache object which manages the value.
|
||||
|
||||
Reference in New Issue
Block a user