We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e1d66 commit 5b580f6Copy full SHA for 5b580f6
platform/CallChain.h
@@ -114,8 +114,8 @@ class CallChain {
114
115
/** Add a function at the beginning of the chain
116
*
117
- * @param tptr pointer to the object to call the member function on
118
- * @param mptr pointer to the member function to be called
+ * @param obj pointer to the object to call the member function on
+ * @param method pointer to the member function to be called
119
120
* @returns
121
* The function object created for 'tptr' and 'mptr'
0 commit comments