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