Whitespace

This commit is contained in:
2025-09-17 18:18:09 -04:00
parent 5a3c0699f7
commit 9a23dbbe95
+2 -2
View File
@@ -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>