Whitespace
This commit is contained in:
@@ -35,13 +35,13 @@ public:
|
||||
|
||||
/**
|
||||
* @brief Call the original callback with perfect forwarding
|
||||
*
|
||||
*
|
||||
* IMPORTANT: This method cannot be virtual because templates cannot be
|
||||
* virtual in C++. Therefore, this method MUST be called from the
|
||||
* most-derived class reference/pointer context. Never call this method
|
||||
* through a polymorphic base class reference/pointer, as it will not
|
||||
* dispatch to the correct derived class implementation.
|
||||
*
|
||||
*
|
||||
* @param args Arguments to forward to the original callback
|
||||
*/
|
||||
template<typename... Args>
|
||||
|
||||
Reference in New Issue
Block a user